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 );