mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
Signed-off-by: waze <87033883@qq.com>
This commit is contained in:
@@ -162,8 +162,9 @@ func (agent *RpcAgent) Run() {
|
||||
if req.RpcRequestData.IsNoReply()==false {
|
||||
agent.WriteResponse(processor,req.RpcRequestData.GetServiceMethod(),req.RpcRequestData.GetSeq(),nil,rpcError)
|
||||
}
|
||||
ReleaseRpcRequest(req)
|
||||
|
||||
log.Error("service method %s not config!", req.RpcRequestData.GetServiceMethod())
|
||||
ReleaseRpcRequest(req)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user