mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
扩统rpc序列化与反序列化支持
This commit is contained in:
@@ -109,7 +109,7 @@ func (slf *Service) Run() {
|
||||
bStop = true
|
||||
case rpcRequest :=<- rpcRequestChan:
|
||||
if slf.profiler!=nil {
|
||||
analyzer = slf.profiler.Push("Req_"+rpcRequest.ServiceMethod)
|
||||
analyzer = slf.profiler.Push("Req_"+rpcRequest.RpcRequestData.GetServiceMethod())
|
||||
}
|
||||
|
||||
slf.GetRpcHandler().HandlerRpcRequest(rpcRequest)
|
||||
|
||||
Reference in New Issue
Block a user