c++ async client unexpectly timeout if I don't call `CQ::Next()`
14 views
Skip to first unread message
Arthur Wang
unread,
Jul 6, 2019, 2:38:39 PM7/6/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 all :
I observed a VERY strange behavior of the async c++ client, it seems that even if the server has returned the result to the async client within the timeout value, grpc will still report a timeout error just because of you don't fetch the result out from the CQ by calling cq_->Next() !