🐛 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

@@ -149,7 +149,7 @@ public class WebSocketService
AccountId = Guid.Parse(currentUser.Id),
DeviceId = deviceId,
PacketBytes = packet.ToBytes()
}).ToBase64()
}).ToByteArray()
);
return;
}