优化pbprocessor

This commit is contained in:
boyce
2020-07-11 17:49:00 +08:00
parent 564e76302d
commit 604ee51aab

View File

@@ -66,7 +66,7 @@ func (slf *PBProcessor) ReleaseRpcRequest(rpcRequestData IRpcRequestData){
rpcPbRequestDataPool.Put(rpcRequestData)
}
func (slf *PBProcessor) ReleaseRpcRespose(rpcRequestData IRpcRequestData){
func (slf *PBProcessor) ReleaseRpcRespose(rpcRequestData IRpcResponseData){
rpcPbResponeDataPool.Put(rpcRequestData)
}