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
Fixed BonjourProvider not notifying some peer changes (#2280)
Actual fix is in EE repo. Sometimes BonjourProvider would pass on the
`moreComing` flag when adding/removing a peer, but its next event it
got with moreComing=false didn't trigger any calls to PeerDiscovery,
leaving the latter hanging.
Added `noMorePeersComing()` method for this situation.
0 commit comments