Merge remote-tracking branch 'outer/代理服务方案' into 代理服务方案

This commit is contained in:
lixiao 2025-03-28 18:00:17 +08:00
commit 289237eed4

View File

@ -702,9 +702,8 @@ export default class Judge {
if (this.disConnectNum < 5) { if (this.disConnectNum < 5) {
if (temp.code == 2300028) { if (temp.code == 2300028) {
await new Promise(resolve => setTimeout(resolve, 1000)); // 延迟1秒 await new Promise(resolve => setTimeout(resolve, 1000)); // 延迟1秒
} else {
return await this.sendWriteObjectOut(data, filePath)
} }
return await this.sendWriteObjectOut(data, filePath)
} }
} }