-
Notifications
You must be signed in to change notification settings - Fork 20
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
OnError never called #80
Comments
NetUV/src/NetUV.Core/Handles/StreamHandle.cs Line 315 in 8ecc25e
|
I think OnError is not supposed to be called in this case. |
@StormHub so how can i get the event, which the socket has been closed by remote |
@StormHub system call |
Yep, I got the idea but now I am wondering how to expose this. For example, it could be a read complete with error or simply expose as error. Any preference from you? |
all ways will be ok for me. |
run sample EchoServer, and
telnet 127.0.0.1 9988
, and then close telnet windowthe sample will print
but
OnError
callback never be called.The text was updated successfully, but these errors were encountered: