mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 08:17:57 +00:00
silent fail on sending message after stopped
This commit is contained in:
parent
1dab218d7e
commit
5ebf63e0de
1 changed files with 1 additions and 2 deletions
|
@ -499,8 +499,7 @@ public class Connection implements HasCapabilities, Runnable, MessageListener {
|
|||
|
||||
Uninterruptibles.sleepUninterruptibly(200, TimeUnit.MILLISECONDS);
|
||||
} catch (Throwable t) {
|
||||
log.error(t.getMessage());
|
||||
t.printStackTrace();
|
||||
handleException(t);
|
||||
} finally {
|
||||
stopped = true;
|
||||
UserThread.execute(() -> doShutDown(closeConnectionReason, shutDownCompleteHandler));
|
||||
|
|
Loading…
Reference in a new issue