From 4b66e97bdac5f835522a6eb4d3200c1204bd3178 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 13 Aug 2025 17:32:13 +0800 Subject: [PATCH] :bug: Bug fixes with ws controller --- DysonNetwork.Pusher/Connection/WebSocketController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DysonNetwork.Pusher/Connection/WebSocketController.cs b/DysonNetwork.Pusher/Connection/WebSocketController.cs index 6d0245a..5db6cf8 100644 --- a/DysonNetwork.Pusher/Connection/WebSocketController.cs +++ b/DysonNetwork.Pusher/Connection/WebSocketController.cs @@ -45,7 +45,7 @@ public class WebSocketController(WebSocketService ws, ILogger Type = "error.dupe", ErrorMessage = "Too many connections from the same device and account." }.ToBytes()), - WebSocketMessageType.Close, + WebSocketMessageType.Binary, true, CancellationToken.None );