grpc-rust icon indicating copy to clipboard operation
grpc-rust copied to clipboard

Client doesn't return flow after error

Open aptakhin opened this issue 7 years ago • 0 comments

I found lock for sync client if I send invalid message (without required field). Got an error protobuf error: not all message fields set here in code. Seems I locked here, because there is no print trace below.

Almost same happens when I try connect to server which wasn't started yet and call something (locked in call). But really I don't know correct grpc behaviour. My opinion client have to reconnect itself and return error after a few attempts.

aptakhin avatar Dec 09 '16 08:12 aptakhin