test pc 3 years ago
parent
commit
700d1603c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/move/move.service.ts

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

@@ -1350,7 +1350,7 @@ export class MoveService implements OnModuleInit {
 
 
   complementFrame(userId) {
   complementFrame(userId) {
     if (this.cameraInfos.length > 0) {
     if (this.cameraInfos.length > 0) {
-      console.log('handlejoysticktesttest:complementFrame-1 继续'+new Date().getTime())
+      console.log('handlejoysticktesttest:complementFrame-1 继续'+userId+','+new Date().getTime())
       const user = this.users[userId];
       const user = this.users[userId];
       const cameraInfo = this.cameraInfos.shift();
       const cameraInfo = this.cameraInfos.shift();
       this.reply.traceIds = [];
       this.reply.traceIds = [];