-
Notifications
You must be signed in to change notification settings - Fork 331
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
OpenAsync throws System.IO.EndOfStreamException #124
Comments
I believe that because of that it was not possible to Dispose and remove some bad connection of my Connection Pool. |
Looks like the problem is that |
Yes... |
Fixed in 0.6.1. I wasn't able to reproduce the precise crash (in the original call stack you posted), but I did fix the problem of |
[bgrainger] Moved to #388. |
Sometimes i'm receiving EndOfStreamException when calling _con.OpenAsync(cancellationToken) maybe due a timeout.
I notice that this exception is handled at:
Maybe
await SendAsync(PingPayload.Create(), ioBehavior, cancellationToken).ConfigureAwait(false)
; should be inside try catch to?The text was updated successfully, but these errors were encountered: