You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By adding better context to our gprc/network subscriptions, we can create a better retry strategy for reconnecting dead grpc streams, specifically by using the tonic https://docs.rs/tonic/latest/tonic/enum.Code.htmlUnvailable error code, which would be returned if a stream is suddenly disconnected because of a network upgrade for instance.
By adding better context to our gprc/network subscriptions, we can create a better retry strategy for reconnecting dead grpc streams, specifically by using the tonic
https://docs.rs/tonic/latest/tonic/enum.Code.html
Unvailable
error code, which would be returned if a stream is suddenly disconnected because of a network upgrade for instance.rel #953
The text was updated successfully, but these errors were encountered: