On Jun 30, 2006, at 1:36 PM, [EMAIL PROTECTED] wrote:
I have implemented a filter, and in filterClose() I send a message without calling nextFilter.filterClose().The message is never sent. I added a Callback to WriteFuture, and isWritten returns false.Is it forbidden to send messages in filterClose?
Off the top of my head, you may be getting the filterClose event because the other end closed the connection, in which case, you can't write them anything else.
I would think that what you're trying to do would work if the close was initiated by IoSession.close() on the side that you're trying to do this behavior.
-pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
