feat(rpc_server): integrate MessageHandler into RpcServer
This commit is contained in:
parent
fdeda6d413
commit
f6ceb8139a
@ -54,8 +54,10 @@ void RpcServer::destroyInstance()
|
||||
}
|
||||
}
|
||||
|
||||
RpcServer::RpcServer(int port) : port_(port), handler_(message::Handler::getInstance() {
|
||||
LOG_DEBUG("RpcServer 构造: 端口 {}", port_); }
|
||||
RpcServer::RpcServer(int port) : port_(port), handler_(message::Handler::getInstance())
|
||||
{
|
||||
LOG_DEBUG("RpcServer 构造: 端口 {}", port_);
|
||||
}
|
||||
|
||||
RpcServer::~RpcServer()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user