From 98c23c172cdeb9cf6a514779af146185a11c6f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 22 Jul 2024 15:13:38 +0800 Subject: [PATCH] =?UTF-8?q?build:=201.6.8-=E6=97=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/src/apis/msg.ts | 1 + 1 file changed, 1 insertion(+) 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