We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db47fbd commit 7a23fa5Copy full SHA for 7a23fa5
client/main.js
@@ -6,7 +6,7 @@ var KARMA_URL_ROOT = require('./constants').KARMA_URL_ROOT;
6
7
8
// Connect to the server using socket.io http://socket.io
9
-var socket = io(location.protocol + location.host, {
+var socket = io(location.host, {
10
reconnectionDelay: 500,
11
reconnectionDelayMax: Infinity,
12
timeout: 2000,
0 commit comments