Server: catch throwable in OpSender

This commit is contained in:
2024-09-21 23:16:12 +02:00
parent 9a0c714805
commit 32743c5393

View File

@@ -62,6 +62,8 @@ public class OpSender {
});
}
} catch (InterruptedException ignored) {
} catch (Throwable ex) {
Log.error("In op sender: ", ex);
}
}
}