I am using cherrypy. I and would like to stop the server-side connection of unreachable clients.
I did not get how to set the frequency heartbeat_freq for all the clients thus tried to set up one Heartbeat for each client on connection without success.
I am using cherrypy. I and would like to stop the server-side connection of unreachable clients.
I did not get how to set the frequency
heartbeat_freq
for all the clients thus tried to set up one Heartbeat for each client on connection without success.To reproduce zombies:
self.client_terminated
is never set to TrueThe only way to terminate the zombie is to restart WiFi, reopen a Websocket connection thus the other connection can finally fail (reachable again).