websocket 模拟器调试启动失败

Simulator: D/WebSocket.cpp (1322): WebSocket (0x7f8c838b91d0) Unhandled websocket event: 32
Simulator: D/WebSocket.cpp (1322): WebSocket (0x7f8c838b91d0) Unhandled websocket event: 29
Simulator: D/WebSocket.cpp (1322): WebSocket (0x7f8c838b91d0) Unhandled websocket event: 24
Simulator: D/WebSocket.cpp (1197): WebSocket (0x7f8c838b91d0) onConnectionError, state: 0 …
Simulator: D/WebSocket.cpp (1226): WebSocket (0x7f8c838b91d0) onConnectionClosed, state: 2 …
Simulator: D/WebSocket.cpp (1256): onConnectionClosed, WebSocket (0x7f8c838b91d0) is closing by server.
Simulator: D/WebSocket.cpp (1279): WebSocket (0x7f8c838b91d0) onConnectionClosed DONE!
Simulator: D/WebSocket.cpp (1322): WebSocket (0x7f8c838b91d0) Unhandled websocket event: 45
Simulator: D/WebSocket.cpp (1322): WebSocket (0x7f8c838b91d0) Unhandled websocket event: 33
Simulator: D/WebSocket.cpp (1226): WebSocket (0x7f8c838b91d0) onConnectionClosed, state: 3 …
Simulator: WebSocketError

有点晕,不知道什么问题

哪个版本啊,亲。

这个日志看是服务端主动关闭了websocket 连接,你可以查下服务端的日志信息。