Skip to content
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

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

0x01F4
Copy link
Contributor

@0x01F4 0x01F4 commented Nov 14, 2023

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 after StreamObserverReadStream return from manyToMany.

Fix for #141

@0x01F4 0x01F4 changed the title Added exception Handler for Many to Many stream #141 Added exception Handler for Many to Many stream Nov 14, 2023
@0x01F4
Copy link
Contributor Author

0x01F4 commented Nov 14, 2023

@vietj can you please have a look at this change?

@0x01F4
Copy link
Contributor Author

0x01F4 commented Nov 16, 2023

@tsegismont can you please have a look at this change?
Is changes are still accepted to this repo?

@tsegismont
Copy link
Contributor

This project is deprecated, only security and critical bug fixes should be merged

@0x01F4
Copy link
Contributor Author

0x01F4 commented Nov 16, 2023

@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?

Copy link
Contributor

@tsegismont tsegismont left a 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

@tsegismont
Copy link
Contributor

@giri-vsr can you please rebase your PR? There has been some fixes to the master branch. Thank you

@0x01F4
Copy link
Contributor Author

0x01F4 commented Nov 22, 2023

@giri-vsr can you please rebase your PR? There has been some fixes to the master branch. Thank you
@tsegismont Rebased.

@tsegismont tsegismont merged commit b99f481 into vert-x3:master Nov 23, 2023
3 checks passed
@tsegismont
Copy link
Contributor

Thank you @giri-vsr !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants