"Wait a few seconds to connect, and then you can see the delay in communication between all the people running this project in milliseconds" 接続するまで数秒待つと、このプロジェクトを実行しているすべてのユーザー間の通信の遅延がミリ秒単位で表示されます (1000 ms = 1s). Press H and type a number to simulate cloud variable delay (delayed both sending and reading). Hキーを押して数値を入力すると、クラウド変数の遅延がシミュレートされます。 For example if you open 3 tabs as users 1, 2, 3, all the pings should be around 200 to 300 ms (0.2 seconds). But if you type H and put 1000 ms ping on user 1, the pings on user 1's screen should all get +1000 added and become 1200, and other users' pings of user 1 should also become 1200. But still not working... sometimes they become 2200. The only changes to the code are the addition of the cloudBufferSending and cloudBufferReading lists. Thanks to @GreenScripter's Cloud project engine.