homchom / recode

a utility-focused fabric mod to make DiamondFire development more fun
GNU Lesser General Public License v3.0
27 stars 29 forks source link

You were kicked from node: Out-of-order chat packet recieved. Did your system time change? #53

Open AlignedCookie88 opened 1 year ago

AlignedCookie88 commented 1 year ago

image

When doing certain commands (/dev, /build ect.) you get kicked from the node. This only happens when any command is automatically run (e.g /resetcompact) and happens about 1/3rd of the time. This is probably an issue with recode sending /resetcompact with a timestamp before /dev. Try adding a small sleep before running the command. (I would help but I don't know Java)

homchom commented 1 year ago

This is (I think?) an issue with Velocity, the server proxy that DiamondFire uses, but you're right that it is more frequent with recode's auto commands. In the next beta (with a release hopefully today or tomorrow) I have added a delay as a workaround to make it less frequent.

homchom commented 1 year ago

https://github.com/PaperMC/Velocity/issues/909