Skip to content

Commit 31c5aaa

Browse files
author
Visnu Pitiyanuvath
committed
re-enable watchmaker
1 parent ac31176 commit 31c5aaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

public/javascripts/watchmaker.js

-3
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ var nko = {};
298298
var ws = nko.ws = io.connect(null, {
299299
'port': '#socketIoPort#'
300300
});
301-
setTimeout(function() {
302-
ws.disconnect();
303-
}, 5000);
304301
ws.on('connect', function() {
305302
me.id = ws.socket.sessionid;
306303
nko.dudes[me.id] = me;

0 commit comments

Comments
 (0)