mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 02:58:03 +02:00
server: fix deadlock in sendToPeer at peer shutdown
This commit fixes a deadlock that could occur when a peer disconnected during a call to sentToPeer. In This particular case, a message would successfully be queued, the peer would shutdown, and we would block waiting for an error to be returned on the message's error channel, which would deadlock. This fixes that by also checking for peer shutdown.
This commit is contained in:
parent
3b986b4c14
commit
db8b4cad4a
Loading…
x
Reference in New Issue
Block a user