nishilv2
nishilv2
octo-ns-master/sg_agent/src/mns/config_loader.cc:261:54: error: cannot bind rvalue reference of type ‘std::__cxx11::basic_string&&’ to lvalue of type ‘std::string’ {aka ‘std::__cxx11::basic_string’} 261 | std::string>(CXmlFile::LocalIp, local_ip)); octo-ns-master/sg_agent/src/mns/config_loader.cc:264:56: error: cannot bind rvalue reference of type ‘std::__cxx11::basic_string&&’ to...
20220422 03:39:21.680601Z 36690 FATAL EventLoop::abortNotInLoopThread - EventLoop 0x7FFF527C7268 was created in threadId_ = 24, current thread id = 36690 - EventLoop.cc:287 这部分代码,loop报错 void CthriftSvr::serve() { if (g_cthrift_config.server_register_) { RegSvr(); }...