Socket.js

removing the line i added for the security patch per Matt's request
This commit is contained in:
Jared Tabor 2014-12-19 14:22:13 -05:00
parent c7c25250a7
commit 54465d4b31

View File

@ -79,8 +79,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
'connect timeout': 3000,
'try multiple transports': false,
'max reconneciton attemps': 3,
'reconnection limit': 3000,
'force new connection': true,
'reconnection limit': 3000
});
self.socket.on('connection', function() {