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
Only remove active peer on connection failure (#79557)
Today if the `PeerFinder` experiences a connection failure then it
removes the `Peer` with the corresponding transport address. However the
removed `Peer` might be a different instance which is actually fine and
holds a connection reference which therefore leaks. With this commit we
only remove ourselves from the tracked set of peers. Relates #77295Closes#79550
0 commit comments