You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://streamable.com/z1wf This is the result of a less than .1% overall packet loss. I was trying to stay north of the flag but glitched out right for a few seconds. I believe this is because events are sent when keys are pressed and released, and the release event is getting dropped by my connection.
I suggest updating which keys are currently pressed every event.
I'll eventually fix my lag, but this could potentially help others as well. The packet loss is not noticeable anywhere else.
The text was updated successfully, but these errors were encountered:
Most lag in tagpro is caused by the fact that it uses the TCP protocol which requires every packet to be confirmed. Thus, new packets do not get through until an old one has been confirmed. Web browsers use TCP, and without building a separate client, it is difficult to use UDP, where packets are unconfirmed.
In TagPro Next, there will be a standalone client that uses UDP, which will reduce lag.
It also looks like you might have some graphics freezing happening.
https://streamable.com/z1wf This is the result of a less than .1% overall packet loss. I was trying to stay north of the flag but glitched out right for a few seconds. I believe this is because events are sent when keys are pressed and released, and the release event is getting dropped by my connection.
I suggest updating which keys are currently pressed every event.
I'll eventually fix my lag, but this could potentially help others as well. The packet loss is not noticeable anywhere else.
Reply to this email directly or view it on GitHub: #260
https://streamable.com/z1wf This is the result of a less than .1% overall packet loss. I was trying to stay north of the flag but glitched out right for a few seconds. I believe this is because events are sent when keys are pressed and released, and the release event is getting dropped by my connection.
I suggest updating which keys are currently pressed every event.
I'll eventually fix my lag, but this could potentially help others as well. The packet loss is not noticeable anywhere else.
The text was updated successfully, but these errors were encountered: