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
fix: don't immediately schedule monitoring after streaming failure
When a failure occurs while streaming topology updates, we need to
wait some time before restarting the monitoring protocol. It's
likely that if some error closed the connection, an immediate
attempt to reconnect will also fail, leading to tight failure
loops.
NODE-2711
0 commit comments