tonic client server side streaming call blocks when interfacing with csharp grpc server #1233
Unanswered
dougcooper
asked this question in
Q&A
Replies: 1 comment 5 replies
-
What sleep are you using in rust? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tested this against a rust service and csharp service that effectively blocks forever before writing to the stream and am seeing different client behavior as follows:
In both cases i sleep in order to simulate a stream that doesnt have any data immediately available.
What Im trying to do is make several streaming based api calls and then use tokio::select! to multiplex the responses in an infinite loop or until a stream gets dropped.
Please let me know if i can clarify...cheers
Beta Was this translation helpful? Give feedback.
All reactions