xmr-btc-swap/swap
Thomas Eizinger a57f88d1b4
Properly handle concurrent messages to and from peers
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.
2021-03-17 16:32:17 +11:00
..
src Properly handle concurrent messages to and from peers 2021-03-17 16:32:17 +11:00
tests Merge #307 2021-03-17 05:10:50 +00:00
Cargo.toml Remove openssl dependency 2021-03-15 14:36:05 +11:00