vibe-d / eventcore

High performance proactor event loop abstraction library
MIT License
60 stars 42 forks source link

Fix sockets leaks after I/O cancellation on Windows #211

Closed s-ludwig closed 1 year ago

s-ludwig commented 1 year ago

This probably fixes the Windows part of #184. The Posix part couldn't be reproduced by the tests.

(edit: didn't realize that this is about connect, will look into that, too)