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

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jul 31 01:29:10 PDT 2016


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.


More information about the Digitalmars-d-learn mailing list