p2p: fix goroutine leak for invalid peers
The deflect logic called Disconnect on the peer, but the peer never ran and wouldn't process the disconnect request.
Showing
Please register or sign in to comment
The deflect logic called Disconnect on the peer, but the peer never ran and wouldn't process the disconnect request.