Reputation: 270
Unfortunately I am not able to find any useful information about this matter so maybe someone here had some previous experience with this.
I am using grpc-go
and I have a long living streaming connection. Should I worry about a potential network problems/timeouts on a single SendMsg
call?
The documentation states: SendMsg does not wait until the message is received by the server.
so it seems like a call won't hang on the call but in case some network issues am I able to detect that I've lost some messages on the way?
I'd appreciate any tips and guidance how to achieve resiliency given long living streaming connection.
Upvotes: 1
Views: 48