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

Add ability to send notifications asynchronously #3

Open
vasu-dasari opened this issue Nov 26, 2017 · 1 comment
Open

Add ability to send notifications asynchronously #3

vasu-dasari opened this issue Nov 26, 2017 · 1 comment

Comments

@vasu-dasari
Copy link

Say a user starts a streaming RPC connection to receive messages from the server asynchronously. (For example RouteChat RPC in the route_guide, which is presented as part of tutorial).

To read the messages in stream user is expected to call grpc_client:rcv() or grpc_client:get() function. It would be good to feature, to give the user an option to be able to deliver the message to the user process asynchronously as and when a notification is received.

@vasu-dasari
Copy link
Author

vasu-dasari commented Nov 26, 2017

I updated pull-request #2 for a suggested modification to support this feature.

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

No branches or pull requests

1 participant