How should I handle socket shutdown and exception events?
Opened this issue · 0 comments
myFirstway commented
In netty, I can implement the channelhandleradapter to monitor the status of the socket, such as channelactive, channelinactive, etc., but in kestrel, I only found onconnectedasync. How should I handle socket shutdown and exception events?