You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a client disconnects abnormally without a disconnect message, the clientDisconnect event emited twice, which also infulence connected client count.
when a client disconnects abnormally without a disconnect message, the clientDisconnect event emited twice, which also infulence connected client count.
aedes.on('clientDisconnect', function(client) {
console.log('Client Disconnected: ' + client.id + ' total: ' + aedes.connectedClients);
});
The text was updated successfully, but these errors were encountered: