Thread overview
[Issue 17554] non-blocking connect doesn't work for TcpSocket on win
Jun 26, 2017
Vladimir Panteleev
Jun 26, 2017
Temtaime
Jun 26, 2017
Vladimir Panteleev
Dec 17, 2022
Iain Buclaw
June 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17554

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
Does the problem persist with an equivalent C program?

--
June 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17554

--- Comment #2 from Temtaime <temtaime@gmail.com> ---
Don't know and haven't C environment to test.

--
June 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17554

--- Comment #3 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
std.socket is a rather thin wrapper around the platform's C socket APIs, so it's very likely that problems not specific to the wrapper are going to manifest there as well.

If you want to get to the bottom of this, I'd suggest installing a free version of Visual Studio, translating the program to C, and seeing if it behaves differently.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=17554

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--