-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi, I have a error with when I implement wss. I will explain:
I have a server wss, and a client wss also. So, when I send a msg with server to cliente, or from cliente to server, everythinh is right, but... If I do CTRL+C in client wss the block try catch of client capture exception and exit correctly, but the Server wss try catch not capture exception and broken. Then, imagine that I want use a comunication with 5 clients and one server. If any client do CTRL+C or something like that, automatically, server will fall and the other clients lost the comunication with server.
I let you a capture that show exactly this situation, with the error.
Error Extended...
If I want catch the exception in server to prevent server fall, What I can do that?
Thanks!


