reconnectionDelay

This commit is contained in:
barisusakli
2014-12-05 13:19:09 -05:00
parent 99e774d196
commit 79f3659e55

View File

@@ -77,7 +77,7 @@ var socket,
} else { } else {
var ioParams = { var ioParams = {
'max reconnection attempts': config.maxReconnectionAttempts, 'max reconnection attempts': config.maxReconnectionAttempts,
'reconnection delay': config.reconnectionDelay, reconnectionDelay : config.reconnectionDelay,
path: RELATIVE_PATH + '/socket.io' path: RELATIVE_PATH + '/socket.io'
}; };