|
@@ -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 = [];
|