Closed Toemsel closed 4 years ago
Close a TCP connection within a packetReceived on the server side. The connection count doesn't decrease. Bug not confirmed, requires evaluation.
If the server closes the connection with .Close(...) without calling the delegate, the ServerConnectionContainer wont receive any event.
Solution:
Implement an internal event listener to ensure a proper cleanup
Fixed https://github.com/Toemsel/Network/pull/57
Close a TCP connection within a packetReceived on the server side. The connection count doesn't decrease. Bug not confirmed, requires evaluation.