Sometimes I'm getting this: ``` [nettyWorkerPool-3...
# ktor
m
Sometimes I'm getting this:
Copy code
[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?
o
I believe this has been fixed recently, not sure already released. @cy?
m
I was sure it's my fault, or, maybe, consequence of
-Xss175K
simple smile
Nice, can't reproduce on 0.9.1. Thank you!
👍 2