[JBoss JIRA] Created: (NETTY-197) Provide a way to disable the dead lock checker in DefaultChannelFuture.

Trustin Lee (JIRA) jira-events at lists.jboss.org
Thu Jul 23 21:28:29 EDT 2009


Provide a way to disable the dead lock checker in DefaultChannelFuture.
-----------------------------------------------------------------------

                 Key: NETTY-197
                 URL: https://jira.jboss.org/jira/browse/NETTY-197
             Project: Netty
          Issue Type: Feature Request
          Components: Core API
            Reporter: Trustin Lee
            Assignee: Trustin Lee
            Priority: Minor
             Fix For: 3.1.0.GA


Although it's discouraged to call ChannelFuture.await*() in a ChannelHandler, there is sometimes a case where a user have to do that for the reasons like code simplicity.  DefaultChannelFuture could provide a boolean flag that disables the dead lock check so that a user can disable the dead lock checker temporarily, of course at one's own risk.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the netty-dev mailing list