-
Notifications
You must be signed in to change notification settings - Fork 22
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
Prelude.undefined
called from Network.HTTP2.Client.Run.hs:154:30
#139
Comments
I suspect this is not directly related to #137 (perhaps it made some non-determinism happen slightly differently). We're seeing this call to |
I think the problem is that the background threads are terminating normally (without an exception) when the server dies (maybe only sometimes?). |
The background threads ( |
Funny that you are looking at this again, we've been looking at this also :) We think the fix isn't hard, but we hadn't had the time yet to take a look, hopefully soon (this week). PR will be coming soon! |
Thanks in advance. |
GOAWAY contains a stream ID. |
It seems the new exception handling behavior introduced in #137 has uncovered a previously unreachable path. I'm seeing
Prelude.undefined
errors during some of the stress tests for our gRPC libraryThe text was updated successfully, but these errors were encountered: