修改了WebSocket工具的抽象结构

This commit is contained in:
fengjiayi
2024-10-28 00:31:41 +08:00
parent cb2553ac69
commit e2f1ec5810
16 changed files with 654 additions and 579 deletions

View File

@@ -150,7 +150,7 @@ namespace Serein.Library.Utils
};
}
var msg = jsonData.ToString();
Console.WriteLine($"[{msgId}] => {theme}");
//Console.WriteLine($"[{msgId}] => {theme}");
await EnvClient.SendAsync(msg);
}