GenericProtocol icon indicating copy to clipboard operation
GenericProtocol copied to clipboard

Client disconnecting from the server exception

Open topthieb opened this issue 5 years ago • 1 comments

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.

topthieb avatar Mar 13 '19 15:03 topthieb

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. 😄

mrousavy avatar Mar 13 '19 17:03 mrousavy