Part of my proto file contains the following:
....
service MyService {
rpc InterfaceA(Request) returns (Response);
rpc InterfaceAStream (Request) returns ( stream Response);
}
...In my server program, when i call InterfaceAStream in Client Program After the server program replies to several packets, it will report an error: E0511 12:02:20.464574440 3767361 proto_buffer_writer.h:65] ASSERTION FAILED: !byte_buffer->Valid() and i dont know why. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/7f204ec7-ffbc-4531-ba81-7dd7cfb5b990n%40googlegroups.com.
