build: 1.6.8-无数据库版本

This commit is contained in:
手瓜一十雪
2024-07-22 15:13:38 +08:00
parent 90407486fa
commit 2626943f8c

View File

@@ -33,6 +33,7 @@ setTimeout(() => {
}, 500);
});
}, 100);
const sendMessagePool: Record<string, ((sendSuccessMsg: RawMessage) => void | Promise<void>) | null> = {};// peerUid: callbackFunc
const sendSuccessCBMap: Record<string, ((sendSuccessMsg: RawMessage) => boolean | Promise<boolean>) | null> = {};// uuid: callbackFunc