Hi, im using your library, and when i call on my client myNetPeer.Disconnect();
The server is calling PeerDisconnectedEvent(); a first time, and a second time, 5000ms later, its the DisconnectTimeout, but why is this event called twice and why the client isnt removed from PeerClientCollection _peers when i disconnect at the first time?
Hi, im using your library, and when i call on my client myNetPeer.Disconnect();
The server is calling PeerDisconnectedEvent(); a first time, and a second time, 5000ms later, its the DisconnectTimeout, but why is this event called twice and why the client isnt removed from PeerClientCollection _peers when i disconnect at the first time?
Thanks