提交 da8f00f9 编写于 作者: 雪洛's avatar 雪洛

chore: fix message for close websocket

上级 adb4a95a
......@@ -93,9 +93,9 @@ class SocketTask {
}
try {
ws.close(...arrgs)
this._callback(options, 'sendSocketMessage:ok')
this._callback(options, 'closeSocket:ok')
} catch (error) {
this._callback(options, `sendSocketMessage:fail ${error}`)
this._callback(options, `closeSocket:fail ${error}`)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册