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
Do not start idle timer when lazy connection is already closed
When an operation fails because the underlying connection is closed, we
should never start an idle timer. There used to be a race condition that
the connection close event was detected before cancelling the pending
commands. We avoid this by checking the connection state before starting
an idle timer when an operation fails.
0 commit comments