Too eager on the SelectionKey.OP_CONNECT in the AsynchronousSocket constructor
------------------------------------------------------------------------------

                 Key: DEFT-161
                 URL: https://issues.apache.org/jira/browse/DEFT-161
             Project: Deft
          Issue Type: Bug
            Reporter: Roger Schildmeijer
            Assignee: Roger Schildmeijer


It's possible to create an AS, connected or unconnected. 
If the AS is created with an unconnected SocketChannel we still update the 
interest ops with OP_CONNECT 
(row ~109, interestOps = SelectionKey.OP_CONNECT). 

Thats wrong. Should be removed 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to