mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
修改了WebSocket工具的抽象结构
This commit is contained in:
@@ -150,7 +150,7 @@ namespace Serein.Library.Utils
|
||||
};
|
||||
}
|
||||
var msg = jsonData.ToString();
|
||||
Console.WriteLine($"[{msgId}] => {theme}");
|
||||
//Console.WriteLine($"[{msgId}] => {theme}");
|
||||
await EnvClient.SendAsync(msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user