Skip to content

Commit

Permalink
Refresh devices on connection state change.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Nov 29, 2024
1 parent 2e3674a commit 5b3a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ControlR.Web.Client/Components/Dashboard.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private async Task HandleHubConnectionStateChangedMessage(object subscriber, Hub
{
if (message.NewState == HubConnectionState.Connected)
{
await RefreshLatestAgentVersion();
await RefreshDevices();
}
}

Expand Down

0 comments on commit 5b3a83c

Please sign in to comment.