我有这个:
[info] asio async_read_at_least error: system:10058 (A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call)
[error] handle_read_frame error: websocketpp.transport:2 (Underlying Transport Error)
在 WebSocket++ lib 中由服务器(而不是浏览器客户端)关闭连接后。服务器仍然可以工作,但我该如何解决这个错误?
服务器代码: http: //pastebin.com/acbrjLvF