-
Notifications
You must be signed in to change notification settings - Fork 78
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 examples for streaming situations #18
Comments
Hey. Error handling in streaming would be same as non streaming RPC calls |
@avinassh how exactly? you can't just call.write() since it's typed and it will throw if you try to send anything else except the proper message. |
found it, but it's absolutely not the same as with unary
|
Thanks for educating me @long1eu, I assumed it would be same since it is same across all languages. |
Thank you for your work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specifically, I'm looking for how to properly close a streaming RPC with an error code/status in a Node server.
See grpc/grpc-node#287
The text was updated successfully, but these errors were encountered: