src/nng_wrap.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/nng_wrap.cpp
@@ -209,7 +209,7 @@ if (m_len > 0){ string tmp_msg{m, (size_t)m_len}; nn_freemsg(m); auto topic{tmp_msg.c_str()}; const auto topic{tmp_msg.c_str()}; string msg{}; { lock_guard<mutex> l{(*sub)()};