Hi,
If `writer.Write()` returns non-zero, can we safely assume that server read that message at its end? if not, what does 0 and non-zero mean as return value of `writer.Write()`?
If we cannot assume that `writer.Write()` successfully delivers message to server, how can we gurantee at client that server received message successfully with synchronous C++ streaming client ?