🐛 Fix websocket gateway, finally

This commit is contained in:
2025-09-22 01:33:30 +08:00
parent d5a5721402
commit 5b31357fe9
5 changed files with 35 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ public class WebSocketPacketEvent
{
public static string Type => "websocket_msg";
public static string SubjectPrefix = "websocket_";
public const string SubjectPrefix = "websocket_";
public Guid AccountId { get; set; }
public string DeviceId { get; set; } = null!;