[
https://issues.apache.org/jira/browse/DEFT-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roger Schildmeijer updated DEFT-161:
------------------------------------
Description:
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)))
was:
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
> 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
> (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