mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 14:06:39 +02:00
Merge pull request #10012 from ziggie1984/fix-goroutine-leak
multi: prevent goroutine leak in brontide
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
- [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.
|
||||
|
||||
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10012) a case which
|
||||
could lead to a memory issues due to a goroutine leak in the peer/gossiper
|
||||
code.
|
||||
|
||||
# New Features
|
||||
|
||||
|
Reference in New Issue
Block a user