[ 
https://issues.apache.org/jira/browse/DEFT-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065871#comment-13065871
 ] 

Roger Schildmeijer commented on DEFT-161:
-----------------------------------------

Committed (included in commit rev1147057 (DEFT-162))

> 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
>         Attachments: DEFT-161.patch
>
>
> 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 
> (Found this during the work on https://issues.apache.org/jira/browse/DEFT-151 
> (Distributed demo application (elastica)))

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

        

Reply via email to