reconnectionDelay

v1.18.x
barisusakli 10 years ago
parent 99e774d196
commit 79f3659e55

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

Loading…
Cancel
Save