重新设计了运行环境,目前支持远程查看、运行节点、编辑节点连接关系、修改节点运行参数、添加节点、删除节点,同时设计了 UIContextOperation 工具类,为类库提供向UI线程post一些UI层面上的操作。

This commit is contained in:
fengjiayi
2024-10-20 12:08:37 +08:00
parent 1d97ea5da1
commit 9931fa7436

View File

@@ -84,8 +84,7 @@ namespace Serein.Library.Network.WebSocketCommunication
}
catch (Exception ex)
{
await Console.Out.WriteLineAsync(ex.ToString());
Debug.WriteLine($"Received: {EX.ToString()}");
}
}
}