harryGuo133

Results 6 issues of harryGuo133

When I tried to create a scroll log using the rotating_logger_mt method, the log crashed while scrolling. The crash was caused by spdlog/details/ file_help-inl.h :124, SPDLOG_INLINE void file_helper::write(const memory_buf_t &buf)...

template void endpoint::send(connection_hdl hdl, std::string const & payload, frame::opcode::value op) { lib::error_code ec; send(hdl,payload,op,ec); if (ec) { throw exception(ec); } } __m_websocktServer.send(spMsg->getWebsocketHdl(),msg, websocketpp::frame::opcode::value::text); The functions and methods used are as...

问题描述: 使用wf 的 json 库解析下列json 串,出现序列化后json 内容与原字符串内容不符的情况.代码如下: std::string response = msg->getMsg(); response = R"([1, 220120000000000866, 22011000064398, 0, "BTCUSD", 1724230490.6028781, 0.0, 0.0, 0, "0.01", "59424.9", "59414.8", "0.1500", "0", "-0.10", "0e-8", "0e-8",...