With connection-type TYPE_UDP the socket_connect() method fails because the connection never reaches state STATUS_SOCKETOPEN (3) but remains in STATUS_APCONNECTED (2). Which seems logical, since UDP is connection-less.
I'm preparing a pull-request for this issue. Not insisting on STATUS_SOCKETOPEN for TYPE_UDP works fine.
With connection-type TYPE_UDP the
socket_connect()
method fails because the connection never reaches stateSTATUS_SOCKETOPEN
(3) but remains inSTATUS_APCONNECTED
(2). Which seems logical, since UDP is connection-less.I'm preparing a pull-request for this issue. Not insisting on
STATUS_SOCKETOPEN
forTYPE_UDP
works fine.