修改了无法添加基础节点的bug,增加WebSocket JSON ID字段,远程环境交互使用消息ID作为响应key。

This commit is contained in:
fengjiayi
2024-10-22 00:13:13 +08:00
parent 838158f446
commit 0a7e24d318
48 changed files with 1209 additions and 500 deletions

View File

@@ -6,7 +6,8 @@ namespace Serein.NodeFlow.Tool
{
public class ObjDynamicCreateHelper
{// 类型缓存,键为类型的唯一名称(可以根据实际需求调整生成方式)
{
// 类型缓存,键为类型的唯一名称(可以根据实际需求调整生成方式)
static Dictionary<string, Type> typeCache = new Dictionary<string, Type>();
public static object Resolve(Dictionary<string, object> properties, string typeName)