You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: