mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
10c46a3163
Each time when MailboxMessageService.onAdded(...) got called with multiple mailbox entries a new thread got created. That thread was never shutdown. This change explicitly creates a new Thread and sets its result with a SettableFuture. After its computation the thread terminates. |
||
---|---|---|
.. | ||
src |