std.socket Socket.select failing on consecutive calls with listening socket

cc via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 31 01:57:27 PDT 2016


On Sunday, 31 July 2016 at 08:29:10 UTC, ketmar wrote:
> On Sunday, 31 July 2016 at 08:00:02 UTC, cc wrote:
> socket sets usually updated after call to `select()`. you have 
> to recreate the sets before each call.

Ah that works, thanks.


More information about the Digitalmars-d-learn mailing list