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
ConnectionManager starts multiple threads. Each works with connections, changing their states. Race conditions are possible. We need a locking system that prevents a thread from changing the state of a connection while another thread is using it.