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 c4ad697 commit ac9b3f0Copy full SHA for ac9b3f0
1 file changed
static/karma.src.js
@@ -8,6 +8,7 @@ var socket = io.connect('http://' + location.host, {
8
'reconnection delay': 500,
9
'reconnection limit': 2000,
10
'resource': KARMA_URL_ROOT.substr(1) + 'socket.io',
11
+ 'sync disconnect on unload': true,
12
'max reconnection attempts': Infinity
13
});
14
0 commit comments