From 604ee51aab1e65527a4cea2bc5b7bcbf86b73683 Mon Sep 17 00:00:00 2001 From: boyce Date: Sat, 11 Jul 2020 17:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96pbprocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rpc/pbprocessor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/pbprocessor.go b/rpc/pbprocessor.go index b41db1d..cbd18a8 100644 --- a/rpc/pbprocessor.go +++ b/rpc/pbprocessor.go @@ -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) }