Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
2.0.0-RC1
-
None
-
None
-
Ubuntu 9.10, Sun java 1.6.0
Description
When using the SSL filter, the write(...) call on IoSession will sometimes end up in messageReceived(...) on the IoHandler, before returning from write(...). This behavior was unexpected for us and triggered a deadlock. Is the ExecutorFilter intended to be used to avoid situations like this?