mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
重新设计了运行环境,目前支持远程查看、运行节点、编辑节点连接关系、修改节点运行参数、添加节点、删除节点,同时设计了 UIContextOperation 工具类,为类库提供向UI线程post一些UI层面上的操作。
This commit is contained in:
@@ -84,8 +84,7 @@ namespace Serein.Library.Network.WebSocketCommunication
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
await Console.Out.WriteLineAsync(ex.ToString());
|
||||
Debug.WriteLine($"Received: {EX.ToString()}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user