Environment: Windows + libuv.
Issue 1: The system function connect(fd) invoked internally by us_socket_context_connect() is blocked.
Issue 2: When us_socket_context_connect() attempts to connect to a port with no listening service (non-existent port), the on_open callback is incorrectly triggered—this callback should not be invoked in this failure scenario.
Environment: Windows + libuv.
Issue 1: The system function connect(fd) invoked internally by us_socket_context_connect() is blocked.
Issue 2: When us_socket_context_connect() attempts to connect to a port with no listening service (non-existent port), the on_open callback is incorrectly triggered—this callback should not be invoked in this failure scenario.