This aims to fix the problem described here: https://github.com/lidgren/lidgren-network-gen3/issues/81
a peer can disconnect from other peer randomly by being timed out, even when there is traffic being transmited between them in that moment.
To solve it, the countdown to timeout is reset when traffic from the other peer comes through the method ReceivedMessage
This aims to fix the problem described here: https://github.com/lidgren/lidgren-network-gen3/issues/81 a peer can disconnect from other peer randomly by being timed out, even when there is traffic being transmited between them in that moment. To solve it, the countdown to timeout is reset when traffic from the other peer comes through the method ReceivedMessage