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

Clients don't receive data after one disconnection/reconnection #24

Closed elitefuture closed 6 years ago

elitefuture commented 6 years ago

My current issue is that although my clients and servers can send and receive data, the moment that one client disconnects, all of the clients will no longer receive anymore data at all, although they are able to send data to the host.