-
Notifications
You must be signed in to change notification settings - Fork 295
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
Return net.ErrClosed from Read methods when connection is closed by us #447
Comments
Use |
Also not sure what you mean by server doesn't respond. And you're not using |
Actually this is interesting. You would expect net.ErrClosed instead. I'll make it return that. |
Can you help me with how to implement CloseRead |
Thanks |
Can you point out what is wrong with the CloseSocketConnection function |
Whenever I close the connection I get this error and the server doesn't respond. Can you please help me here
My reader function;
My Connection Close function:
The text was updated successfully, but these errors were encountered: