self.log.warning("_MsPerTick is 0 because server tick is too big %d compare to the client tick is %d"%(self._CurrentServerTick,self._CurrentClientTick))
self._MsPerTick=1
elifnumStepTick<=0:
self._MsPerTick=self._LCT
## remove useless stamps in queue
#while self._PacketStamps and self._LastReceivedAck > self._PacketStamps[0].first:
# self._PacketStamps.pop(0)
...
...
@@ -2918,7 +3026,7 @@ class ClientNetworkConnection: