From ee79034ddf77144c250cc90bafa578d2e680857e Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Wed, 5 Mar 2025 14:12:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/tcp2byte/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/tcp2byte/index.ts b/entry/src/main/ets/tcp2byte/index.ts index 07b9cb2d..7b771173 100644 --- a/entry/src/main/ets/tcp2byte/index.ts +++ b/entry/src/main/ets/tcp2byte/index.ts @@ -18,7 +18,6 @@ const config = { } export default async function tcp2ByteRequest(data): Promise { - return new Promise(async (resolve, reject) => { const tcpClient: socket.TCPSocket = socket.constructTCPSocketInstance()