Closed kortemik closed 4 months ago
Description currentl RelpReadImpl and RelpWriteImpl catch log and rethrow
catch (Throwable t) { LOGGER.error("run() threw", t); throw t; }
however they should close the connection and continue with other connections.
fixed in main_tx_frame_fragments
Description currentl RelpReadImpl and RelpWriteImpl catch log and rethrow
however they should close the connection and continue with other connections.