提交 527e6921 编写于 作者: 若汝棋茗

修复多个rpc生成时为空的bug

上级 4350c4ed
......@@ -97,6 +97,21 @@ namespace TouchSocket.Rpc
{
if (serverCellCodes.ContainsKey(serverCellCode.Name))
{
if (serverCellCode.IncludeExtension)
{
serverCellCodes[serverCellCode.Name].IncludeExtension = true;
}
if (serverCellCode.IncludeInstance)
{
serverCellCodes[serverCellCode.Name].IncludeInstance = true;
}
if (serverCellCode.IncludeInterface)
{
serverCellCodes[serverCellCode.Name].IncludeInterface = true;
}
var ccm = serverCellCodes[serverCellCode.Name].Methods;
foreach (var item in serverCellCode.Methods.Keys)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册