Skip to content
Snippets Groups Projects
Commit 4ff80cb4 authored by Erik Oudsen's avatar Erik Oudsen
Browse files

Merge branch 'bug-worker-reconnection' into 'development'

Workers can now reconnect if the core restarts

See merge request eip/code-measures!44
parents 9f5ebb53 95ecadff
Branches
Tags
2 merge requests!78Master merge,!44Workers can now reconnect if the core restarts
Pipeline #164354 passed
......@@ -122,6 +122,7 @@ public class MessageRelay implements Runnable {
} catch (final IOException ex) {
logger.error("I/O exception while communicating with the server", ex);
logger.error("Aborting and reconnecting");
this.disableEncryption();
} catch (final GeneralSecurityException ex) {
logger.error("Error while decrypting message", ex);
logger.error("Aborting and dying");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment