优化rpc

This commit is contained in:
lifeiyi
2020-12-21 15:14:08 +08:00
parent 4be0e7428d
commit ce2a14fa83

View File

@@ -49,7 +49,6 @@ type RpcHandler struct {
callRequest chan *RpcRequest
rpcHandler IRpcHandler
mapFunctions map[string]RpcMethodInfo
mapRawFunctions map[int]
funcRpcClient FuncRpcClient
funcRpcServer FuncRpcServer