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
The 'releaseOutboundConnection' is moved following peer status
update to PeerCooling to avoid calling it twice in racy conditions.
The outbound governor can be in the middle of an async demotion in a
call to closePeerConnection while the peerMonitoringLoop in peer state
actions can detect that a warm protocol has finished. The latter will
also call closePeerConnection. This change ensures that there can be
only one (tm) winner.
0 commit comments