teragrep / rlp_03

Java RELP Server library
GNU Affero General Public License v3.0
1 stars 5 forks source link

avoid terminating threads from the executor service #151

Closed kortemik closed 4 months ago

kortemik commented 6 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.

kortemik commented 4 months ago

fixed in main_tx_frame_fragments