You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi,
I'm trying to process an AsyncNext's TIMEOUT with a ClientAsyncReader and can't determine the proper way to handle it. I can't seem to call a Finish() after receiving a TIMEOUT - I block forever and don't get any status back. What state are things in after receiving a TIMEOUT? What can or can't I do afterwards - it's not clear from the documentation that there should be different behavior after I've received a timeout. I have some code that exercises this: