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,
For async calls (say a write call - void grpc::ServerAsyncWriter< W >::Write( const W & msg, void * tag ), do I need to keep the msg around until I get the tag back from completion queue?
Thanks.
chri...@lefty.io
unread,
Feb 22, 2017, 3:29:39 PM2/22/17
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
Yes, you need to keep the message around, this was answered here: