1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00
eclair/eclair-core
Pierre-Marie Padiou bff833b1b4
fixup! Use sender instead of providing actor refs (#1379) (#1386)
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.
2020-04-21 16:12:07 +02:00
..
src fixup! Use sender instead of providing actor refs (#1379) (#1386) 2020-04-21 16:12:07 +02:00
eclair-cli Typed amounts (#1088) 2019-08-07 17:37:38 +02:00
pom.xml Release 0.3.4 (#1368) 2020-04-06 13:41:17 +02:00