mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-04 01:53:49 +01:00
This includes a bit of refactoring in `MultiPartPaymentLifecycle`. Note that we can't use the `onTermination` handler to finish the spans, because it is asynchronous and may not be called after a long time. That's why we use a dedicated `myStop` function. In Kamon 2.0, by default spans are automatically generated for tracked actors, which we don't want because we define our own spans. That's why there is an additional configuration in `application.conf`. |
||
---|---|---|
.. | ||
src | ||
pom.xml |