This commit is contained in:
barisusakli
2014-12-17 18:18:53 -05:00
parent 2423bd18eb
commit 7ec8393004
3 changed files with 3 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ var socket,
var ioParams = {
reconnectionAttempts: config.maxReconnectionAttempts,
reconnectionDelay : config.reconnectionDelay,
transports: config.socketioTransports,
path: RELATIVE_PATH + '/socket.io'
};