Closed smacker closed 5 years ago
It's impossible to do on connect level. We can change default timeouts but they seem very reasonable.
For go
we can workaround it using ResetConnectBackoff
when we receive an event. I added documentation about it.
For python
I can't reproduce the error with new grpcio. Most probably it works a little bit differrent from go implementation and the current error was caused by https://github.com/grpc/grpc/pull/15983
Analyzers using sdk should retry to connect to data server if the connection is broken.
Ref: https://github.com/src-d/style-analyzer/issues/509