优化RPC

This commit is contained in:
orgin
2022-10-27 15:38:28 +08:00
parent 1eab31209c
commit fd364cf579
5 changed files with 34 additions and 24 deletions

View File

@@ -56,7 +56,7 @@ cluster.json如下
"ListenAddr":"127.0.0.1:8001",
"MaxRpcParamLen": 409600,
"NodeName": "Node_Test1",
"remark":"//以_打头的表示只在本机进程不对整个子网开",
"remark":"//以_打头的表示只在本机进程不对整个子网开",
"ServiceList": ["TestService1","TestService2","TestServiceCall","GateService","_TcpService","HttpService","WSService"]
},
{
@@ -65,7 +65,7 @@ cluster.json如下
"ListenAddr":"127.0.0.1:8002",
"MaxRpcParamLen": 409600,
"NodeName": "Node_Test1",
"remark":"//以_打头的表示只在本机进程不对整个子网开",
"remark":"//以_打头的表示只在本机进程不对整个子网开",
"ServiceList": ["TestService1","TestService2","TestServiceCall","GateService","TcpService","HttpService","WSService"]
}
]