mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-30 21:16:35 +08:00
修改了WebSocket工具的抽象结构
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Serein.FlowStartTool
|
||||
}
|
||||
|
||||
IsRuning = true;
|
||||
_ = StartFlow(flowProjectData, fileDataPath);
|
||||
_ = Task.Run(async () => await StartFlow(flowProjectData, fileDataPath));
|
||||
while (IsRuning)
|
||||
{
|
||||
Console.ReadKey();
|
||||
|
||||
Reference in New Issue
Block a user