Merge pull request #9978 from ziggie1984/fix-peer-connection

multi: fix deadlock in p2p race condition
This commit is contained in:
Olaoluwa Osuntokun
2025-06-25 17:36:40 -07:00
committed by GitHub
4 changed files with 69 additions and 37 deletions

View File

@@ -29,6 +29,10 @@
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9962) a case where the
node may panic if it's running in the remote signer mode.
- [Fixed](https://github.com/lightningnetwork/lnd/pull/9978) a deadlock which
can happen when the peer start-up has not yet completed but a another p2p
connection attempt tries to disconnect the peer.
# New Features
## Functional Enhancements