Added more infos about connection and disconnection in realtime "getStatus"
This commit is contained in:
parent
5f82df7eb2
commit
3683a6dd34
1 changed files with 5 additions and 1 deletions
|
@ -164,7 +164,11 @@ function getStatus(callback) {
|
||||||
notesCount: data.rows[0].count,
|
notesCount: data.rows[0].count,
|
||||||
registeredUsers: regcount,
|
registeredUsers: regcount,
|
||||||
onlineRegisteredUsers: regaddresses.length,
|
onlineRegisteredUsers: regaddresses.length,
|
||||||
distinctOnlineRegisteredUsers: distinctregaddresses.length
|
distinctOnlineRegisteredUsers: distinctregaddresses.length,
|
||||||
|
isConnectionBusy: isConnectionBusy,
|
||||||
|
connectionSocketQueueLength: connectionSocketQueue.length,
|
||||||
|
isDisconnectBusy: isDisconnectBusy,
|
||||||
|
disconnectSocketQueueLength: disconnectSocketQueue.length
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue