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
Tweak session pulse to account for gRPC exceptions (#237)
## What is the goal of this PR?
Session pulses to an unavailable server now closes the session instead of throwing an unhandled exception.
## What are the changes implemented in this PR?
Catch `StatusRuntimeException` in session pulse and treat it as session being closed
0 commit comments