mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-29 18:44:20 +01:00
Prevent a stale jsonrpc connection from interfering with message receiving
Fixes #893
This commit is contained in:
@@ -770,7 +770,7 @@ class ManagerImpl implements Manager {
|
||||
Stream.concat(messageHandlers.stream(), weakHandlers.stream()).forEach(h -> {
|
||||
try {
|
||||
h.handleMessage(envelope, e);
|
||||
} catch (Exception ex) {
|
||||
} catch (Throwable ex) {
|
||||
logger.warn("Message handler failed, ignoring", ex);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user