Преглед изворни кода

Merge branch 'master' of http://192.168.0.115:3000/zhangyupeng/meta-server

test pc пре 3 година
родитељ
комит
d1ca195928
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/scene/scene.service.ts

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

@@ -434,10 +434,10 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
               request.trace_id + ',' + this.latestWalkingRequest.trace_id,
             );
             // 中断清除上一次最后小段队列
-            if (this.moveSliceLastFrameSub) {
-              this.moveSliceLastFrameSub.unsubscribe();
-              this.moveSliceLastFrameSub = null;
-            }
+            // if (this.moveSliceLastFrameSub) {
+            //   this.moveSliceLastFrameSub.unsubscribe();
+            //   this.moveSliceLastFrameSub = null;
+            // }
 
             this.logger.debug('重新行走---handleReWalking');
             console.log('重新行走---handleReWalking');