NationYY

Results 1 issues of NationYY

i usually use "void endpoint::close(connection_hdl hdl, close::status::value const code, std::string const & reason)" like "m_endpoint.close(m_hdl,websocketpp::close::status::going_away,"")" most time it's success. but sometime, the websocketpp::client::run not break, so my thread is always...