mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-18 18:34:45 +08:00
优化pbprocessor
This commit is contained in:
@@ -66,7 +66,7 @@ func (slf *PBProcessor) ReleaseRpcRequest(rpcRequestData IRpcRequestData){
|
|||||||
rpcPbRequestDataPool.Put(rpcRequestData)
|
rpcPbRequestDataPool.Put(rpcRequestData)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (slf *PBProcessor) ReleaseRpcRespose(rpcRequestData IRpcRequestData){
|
func (slf *PBProcessor) ReleaseRpcRespose(rpcRequestData IRpcResponseData){
|
||||||
rpcPbResponeDataPool.Put(rpcRequestData)
|
rpcPbResponeDataPool.Put(rpcRequestData)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user