-
Notifications
You must be signed in to change notification settings - Fork 8
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
BearerToken error handling fail #117
Comments
@hporchet do you have a reproducible example? I'd like to write a test around this if possible. It seems as though this could happen if there were nested/sequential Where are you seeing the problem manifest? |
I have seen this problem when i was on windows and the server return NOT_IMPLEMENTED to all grpc call. The request was correctly send but the not implemented raise a STATUS_EXCEPTION at the apply level. |
Hmm... That makes sense. We probably shouldn't be catching all |
I think a simple log of the error before call fail() on debug mode seems enough, it just need to be easily find when a problem occur. |
When the application of the metadata is in error, the fail method crash : apply() or fail() already called and hide the exception of the apply method.
The text was updated successfully, but these errors were encountered: