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 #151

Closed gwynne closed 6 years ago

gwynne commented 6 years ago

Avoids syscall overhead as a bonus. Same as #150 but for Beta branch.

gwynne commented 6 years ago

Thanks to @BrettRToomey for the suggested improvement!

tanner0101 commented 6 years ago

Beta TCP is current here: https://github.com/vapor/engine/tree/beta/Sources

We will probably move it back to this repo's beta branch soon. I'm not sure what this beta branch is actually.

tanner0101 commented 6 years ago

This one has quite a few conflicts now. Please re-open against the latest branch if you can! Thanks

gwynne commented 6 years ago

This is no longer relevant anyway.