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
Right now if any server's delegate connection becomes invalid or errors, the entire connection is marked as bad. That means that we will need to re-establish connections to all delegate servers just to reconnect to the one unhealthy server. We should update our connection delegator to try and just refresh an individual server rather than forcing them all to reconnect.
The text was updated successfully, but these errors were encountered:
Right now if any server's delegate connection becomes invalid or errors, the entire connection is marked as bad. That means that we will need to re-establish connections to all delegate servers just to reconnect to the one unhealthy server. We should update our connection delegator to try and just refresh an individual server rather than forcing them all to reconnect.
The text was updated successfully, but these errors were encountered: