Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error on SSL transport #1

Open
secu77 opened this issue Feb 5, 2018 · 0 comments
Open

Fatal error on SSL transport #1

secu77 opened this issue Feb 5, 2018 · 0 comments

Comments

@secu77
Copy link

secu77 commented Feb 5, 2018

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.

cap1

I let you a capture that show exactly this situation, with the error.

cap2

Error Extended...

cap3

If I want catch the exception in server to prevent server fall, What I can do that?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant