gemercheung 3 years ago
parent
commit
be94c997d1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/scene/scene.service.ts

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

@@ -431,10 +431,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');