-
Notifications
You must be signed in to change notification settings - Fork 50
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
Added exception Handler for Many to Many stream #142
Conversation
@vietj can you please have a look at this change? |
@tsegismont can you please have a look at this change? |
This project is deprecated, only security and critical bug fixes should be merged |
@tsegismont we will plan to move to https://github.com/eclipse-vertx/vertx-grpc. But in the mean time this issue is blocking us, can this accepted as critical fix? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, thank you @giri-vsr
@giri-vsr can you please rebase your PR? There has been some fixes to the |
|
Thank you @giri-vsr ! |
when
io.vertx.grpc.stub.ClientCalls.manyToMany
called if exception happens before returning the StreamObserverReadStream exception is lost.There is no way to register exceptionHandler before the call.We can register exceptionHandler only afterStreamObserverReadStream
return frommanyToMany
.Fix for #141