Websocket have a lot of bugs...

1.when the server is not opened,websocket has no error response.
2.when the server is closed without close websocket first, the client will crash.

how to solve 2?

Hi @shmilypyj,

1.when the server is not opened,websocket has no error response.

We’ll check this issue.

2.when the server is closed without close websocket first, the client will crash.

Which websocket server are you using? Could you send me the server codes ? Thanks.

these error were sovled in 3.0rc,thanks!