B4J Question ServerSocket SocketClosed event?

Toley

Active Member
Licensed User
Longtime User
I'm running a B4J Server and I'm able to detect a client is connected with the Server_NewConnection. But is there a way to detect that the client has closed the socket something like a SocketClosed event?
 
Top