has Bidirectional streaming been implemented for grpc-web? #1416
-
Just would like to know if the bidirectional streaming was implemented - since it was on the roadmap for 2023+. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@c-npolyak Thanks for checking! But no sorry we haven't started the work just yet! We're currently working on a migration to TS, and will start evaluating the bidi streaming feature following that! Thanks for your patience! |
Beta Was this translation helpful? Give feedback.
-
Do you have a sense of when you think you'll start bidirectional streaming for the client, or how long this will take? |
Beta Was this translation helpful? Give feedback.
-
The interesting part is that I tried bidirectional and client streaming in C#/Avalonia running in browser via WebAssembly and it seems to work. I wonder why, C#/WebAssembly works in browser (via grpc-web) while javascript does not allow it. Seems like protoc does not generate the client proxies for the grpc client and bidirectional streaming calls. Is it correct? Then nodejs will not work for those streaming calls either. |
Beta Was this translation helpful? Give feedback.
@c-npolyak Thanks for checking! But no sorry we haven't started the work just yet! We're currently working on a migration to TS, and will start evaluating the bidi streaming feature following that! Thanks for your patience!