vapor-community / sockets

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

Make it possible to explicitly close ServerStreams without deallocating them #144

Closed gwynne closed 7 years ago

gwynne commented 7 years ago

This is already possible for client streams.

tanner0101 commented 7 years ago

thanks :)