Mirror icon indicating copy to clipboard operation
Mirror copied to clipboard

After updating to version 95.1.6, desynchronization was observed,

Open dannisliang opened this issue 6 months ago • 0 comments

After updating to version 95.1.6, I noticed synchronization issues. Through multiple debugging sessions, I found the problem was caused by my repeated calls to AddPlayerForConnection. Within AddPlayerForConnection, it calls SetClientReady(conn), and multiple calls to SetClientReady(conn) will clear pendingSpawns. I suggest adding "if (conn.isReady) return;" in the SetClientReady function.

dannisliang avatar Jun 18 '25 02:06 dannisliang