[grpc-io] Re: grpc ClientAsyncReaderWriter::Write() crashes: !byte_buffer->Valid()

2023-08-16 Thread 黄舒心
I've got it. Thanks a lot! 在2023年8月17日星期四 UTC+8 02:02:50 写道: > Yes, you need to wait for the Write itself to complete before you can > attempt another Write. It isn't really an issue of efficiency, it's more > about the nature of a network connection, and a mechanism to signal to the >

[grpc-io] Re: grpc ClientAsyncReaderWriter::Write() crashes: !byte_buffer->Valid()

2023-08-16 Thread 'AJ Heller' via grpc.io
Yes, you need to wait for the Write itself to complete before you can attempt another Write. It isn't really an issue of efficiency, it's more about the nature of a network connection, and a mechanism to signal to the application that another write can proceed. See