GenericProtocol
GenericProtocol copied to clipboard
Client disconnecting from the server exception
Hello,
First of all, thanks for your project it's very nice. But I'm encountering an issue with it, when a client is disconnected and the server ping it I have an exception because the server is trying to acces a disposed ressource.
L 250 in ProtoServer.cs : DisconnectClient(client.RemoteEndPoint as IPEndPoint);
is throwing an exception.
Are you aware of this issue ? I could try to help fix it if needed.
Regards.
I am aware of some issues but cannot fix them for now as I am very busy with school. I gladly accept any pull requests though. 😄