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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
This time LocalPeer is blocked trying to acquire its lock:
while that lock is held on another goroutine during a gossip-forward operation:
that is in turn blocked because that connection is trying to tell LocalPeer it is established:
It would be simple enough to copy the list of connections before sending in
SendGossipMsg()
, thus avoiding holding the lock during that operation.The text was updated successfully, but these errors were encountered: