|
It would be nice if I can know whether the connection close request is being processed and the connection will be closed.
I suggest to provide IoSession.isClosing() method. so it can return true even if isConnected() returns true while the connection is closing.
|