mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +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 {
|
if req.RpcRequestData.IsNoReply()==false {
|
||||||
agent.WriteResponse(processor,req.RpcRequestData.GetServiceMethod(),req.RpcRequestData.GetSeq(),nil,rpcError)
|
agent.WriteResponse(processor,req.RpcRequestData.GetServiceMethod(),req.RpcRequestData.GetSeq(),nil,rpcError)
|
||||||
}
|
}
|
||||||
ReleaseRpcRequest(req)
|
|
||||||
log.Error("service method %s not config!", req.RpcRequestData.GetServiceMethod())
|
log.Error("service method %s not config!", req.RpcRequestData.GetServiceMethod())
|
||||||
|
ReleaseRpcRequest(req)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user