mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
closes #2532
This commit is contained in:
@@ -78,6 +78,7 @@ var socket,
|
||||
var ioParams = {
|
||||
reconnectionAttempts: config.maxReconnectionAttempts,
|
||||
reconnectionDelay : config.reconnectionDelay,
|
||||
transports: config.socketioTransports,
|
||||
path: RELATIVE_PATH + '/socket.io'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user