Socket.js

adding 'force new connection' line back into socket file
This commit is contained in:
Jared Tabor 2015-01-05 11:14:40 -05:00
parent a2b5c38436
commit f6baacfbe2

View File

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