Hello

Any update please.
sorry, it's blocking for me :(

Thank you very much !

Le vendredi 11 mars 2022 à 19:17:04 UTC+1, Trending Now a écrit :

> Hello,
>
> I'm coding a bidirectional rpc using grpc. I'm using the asynchronous API.
>
> The idea is to write the msg to the grpc::ClientAsyncReaderWriter< W, R > 
> stream and then call the Read in while loop till getting a false status
>
> If I write to the stream, the program will simply crash. The reason is the 
> asynchronous API allows only “1 outstanding asynchronous write on the same 
> side of the same stream without waiting for the completion queue 
> notification“.
>
> Is there a way to force/prioritize the write operation after making a read 
> operation ?
>
> Thank you very much
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/557e179e-f87d-413c-9bb1-997880b06f2an%40googlegroups.com.

Reply via email to