-
Notifications
You must be signed in to change notification settings - Fork 15
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
gwhisper v3.3.3 hangs after RPC #135
Comments
have one instance where this happened with following call:
|
can reproduce in all gwhisper versions:
|
Tried to reproduce with modified hello_greeter example (using stubs directly with added deadline): Interestingly I cannot reproduce the problem in this context, so it seems to be somehow related to ProtoReflectionDescriptorDatabase |
Ok, had another look at this. I successfully circumvented this by adding a deadline. No I am looking into how best to release this as a fix. (fis it upstream, or just pach it in gwhisper, as it is quite a specific usage scenario) |
unfortunately the "circumvention" won't do it, as the deadline affects the whole reflection stream, which we have no way of knowing how long it should last. So we cannot specify a deadline here. |
This seems to happen very seldomly:
The text was updated successfully, but these errors were encountered: