vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Fix: Socket descriptor "0" is allowed #88

Closed andreasley closed 8 years ago

andreasley commented 8 years ago

Fixes https://github.com/vapor/socks/issues/79

tanner0101 commented 8 years ago

Thanks!