vapor-community / sockets

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

Throw better errors for closed sockets #150

Closed gwynne closed 6 years ago

gwynne commented 6 years ago

Avoids syscall overhead as a bonus

gwynne commented 6 years ago

Thanks to @BrettRToomey for the suggested improvement!