Closed r002 closed 4 years ago
If the "Auto-Prune-Zombie Clients" toggle is disabled, the server will broadcast a new clientMap
every time a new client connects. But it will not heartbeat all connected clients. This means zombie clients will continue to be in the clientMap
.
If the loop toggle is disabled, any new clients that connect will not receive any heartbeat requests after connecting. This means that in their foot, it simply shows Initializing Connection: ⌛" forever which is not ideal. 🤔🤔🤔
MONDAY
Fix bug: If a "normal" client connects, the "Prune-Zombie-Clients" toggle setting is being ignored!