socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

崩溃

Open 1196061379 opened this issue 6 years ago • 0 comments

1.问题描述 项目里面创建一个sio::client h h.connect 和 创建typedef websocketpp::clientwebsocketpp::config::asio_client client; client m_ariaDownSocket; 去连接就会出现崩溃现象,崩溃点是void set_socket_init_handler(socket_init_handler h) { m_socket_init_handler = h; } h为empty

1196061379 avatar May 17 '19 08:05 1196061379