miha-x64
02/18/2018, 4:24 PM[nettyWorkerPool-3-1] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.nio.channels.ClosedChannelException: null
at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source)
Which is the correct way to set an exception handler to Netty while using ktor?orangy
miha-x64
02/18/2018, 4:27 PM-Xss175K
simple smilemiha-x64
02/18/2018, 4:57 PM