Netty TCP Server keep connection open on custom exceptions
I wrote a TCP Server using project reactor netty that receives a byte array request message from a client, processes it, then returns a byte array response message to the client. The connections between server/client are for the most part long lived unless some kind of fatal error occurs.