We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my test tool using SCTP, an attempt to close stream did not unblock Stream.ReadSCTP() when the association with the remote was already gone.
ReadSCTP() should be unblocked.
The text was updated successfully, but these errors were encountered:
Unblock stream.Read on stream.Close
092eba1
Resolves #65
cd10856
Successfully merging a pull request may close this issue.
Your environment.
What did you do? & What happened?
In my test tool using SCTP, an attempt to close stream did not unblock Stream.ReadSCTP() when the association with the remote was already gone.
What did you expect?
ReadSCTP() should be unblocked.
The text was updated successfully, but these errors were encountered: