mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 22:58:23 +01:00
When switching to a new connection while already connected, peer immediately kills the current connection and sends back the `PeerConnection.ConnectionReady` to itself. Since #1379, the sender of this message is assumed to be the `PeerConnection` actor. If peer doesn't preserve the sender by using a `forward` instead of a `tell`, it will assume that itself is the `PeerConnection`, which will break everything. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |