提交 961194f2 编写于 作者: D DCloud_LXH

fix(h5): closeSocket

上级 e9058f15
......@@ -219,7 +219,7 @@ export const closeSocket = <API_TYPE_CLOSE_SOCKET>defineAsyncApi(
(options, { resolve, reject }) => {
const socketTask = socketTasks[0]
if (socketTask) {
callSocketTask(socketTask, 'send', options, resolve, reject)
callSocketTask(socketTask, 'close', options, resolve, reject)
} else {
reject('WebSocket is not connected')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册