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
363 stars 108 forks source link

server.Stop() not close established connections #78

Open fa1ke5 opened 1 year ago

fa1ke5 commented 1 year ago

When I call server.Stop, established connections are still active and the network port is opened.