mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
Server: catch throwable in OpSender
This commit is contained in:
@@ -62,6 +62,8 @@ public class OpSender {
|
||||
});
|
||||
}
|
||||
} catch (InterruptedException ignored) {
|
||||
} catch (Throwable ex) {
|
||||
Log.error("In op sender: ", ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user