B4J Question [ Jserver ] Websocket handler timer keeps running after connection is closed

Waldemar Lima

Well-Known Member
Licensed User
Hello everyone !
I made a websocket server with jsever, the timer handler keeps running after the connection is closed and even disabling the timer in the WebSocket_Disconnected function.
is there a way to destroy the handler instance after the user's client disconnects?
 
Top