|
@@ -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');
|