We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f82df7 commit 3683a6dCopy full SHA for 3683a6d
lib/realtime.js
@@ -164,7 +164,11 @@ function getStatus(callback) {
164
notesCount: data.rows[0].count,
165
registeredUsers: regcount,
166
onlineRegisteredUsers: regaddresses.length,
167
- distinctOnlineRegisteredUsers: distinctregaddresses.length
+ distinctOnlineRegisteredUsers: distinctregaddresses.length,
168
+ isConnectionBusy: isConnectionBusy,
169
+ connectionSocketQueueLength: connectionSocketQueue.length,
170
+ isDisconnectBusy: isDisconnectBusy,
171
+ disconnectSocketQueueLength: disconnectSocketQueue.length
172
});
173
174
0 commit comments