mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-17 13:14:21 -05:00
![bors[bot]](/assets/img/avatar_default.png)
321: Properly handle concurrent messages to and from peers r=thomaseizinger a=thomaseizinger Previously, we were forwarding incoming messages from peers to all swaps that were currently running. That is obviously wrong. The new design scopes an `EventLoopHandle` to a specific PeerId to avoid this problem. Co-authored-by: Thomas Eizinger <thomas@eizinger.io>