diff --git a/src/FishyFlip/ATWebSocketProtocol.cs b/src/FishyFlip/ATWebSocketProtocol.cs index 150d870e..ad2ff873 100644 --- a/src/FishyFlip/ATWebSocketProtocol.cs +++ b/src/FishyFlip/ATWebSocketProtocol.cs @@ -313,5 +313,7 @@ private async Task ReceiveMessages(ClientWebSocket webSocket, CancellationToken this.logger?.LogError(e, "WSS: ATError receiving message."); } } + + this.OnConnectionUpdated?.Invoke(this, new SubscriptionConnectionStatusEventArgs(webSocket.State)); } } \ No newline at end of file