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
Excellent question! From a C++ API perspective, we only guarantee that any part of the Write (including serialization) is done when the tag is posted, so the only safe option is to keep the data valid until the tag is posted. This may become an issue, for example, for serialization alternatives or optimizations.