test pc hace 3 años
padre
commit
932eb52450
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -622,7 +622,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
             this.isJoystickHasStream = true;
             console.log('joystick-hasPush', hasPush);
             if (this.isJoystickHasStream) {
-              await this.sleep(30);
+              await this.sleep(20);
             }
             this.moveService.sendingFrameForJoystick = false;
             const data = joystickRes as StreamReplyType;