diff --git a/src/core/src/apis/msg.ts b/src/core/src/apis/msg.ts index c98439cf..5d71d23e 100644 --- a/src/core/src/apis/msg.ts +++ b/src/core/src/apis/msg.ts @@ -33,6 +33,7 @@ setTimeout(() => { }, 500); }); }, 100); + const sendMessagePool: Record void | Promise) | null> = {};// peerUid: callbackFunc const sendSuccessCBMap: Record boolean | Promise) | null> = {};// uuid: callbackFunc