Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information