I want to know whether an IoSession is ready for write: that is, the session's writing queue is empty and the last write request is competed. I want to use IoSession.isWriterIdle but I'm afraid the method returns true even if the queue is not empty, just there's no messaging being sent. Am I correct? If not what could be the proper method to invoke?
Best regards and many thanks Wei
