-
Notifications
You must be signed in to change notification settings - Fork 109
Add support for gRPC streams. #101
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
Conversation
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
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.
Mostly a style-pass, otherwise looks fine (sans missing get_grpc_stream_message
).
Also, please mark this PR as ready for review when it's ready.
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
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.
Thank you!
Add gRPC stream support for Rust SDK. It includes any workaround around callout token table caused by #100 is not landed to master.