BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
366 stars 108 forks source link

Closing server does not stop listener #4

Closed aquamoth closed 8 years ago

aquamoth commented 8 years ago

When closing a tcp listener the port stays open although all clients gets disconnected. I'm providing a fix in a separate pull request.

BrandonPotter commented 8 years ago

Awesome, thanks!

BrandonPotter commented 8 years ago

Merged