make sure to resend the data

This commit is contained in:
rootdarkarchon
2024-01-20 00:05:55 +01:00
committed by Loporrit
parent 2b4f4e3723
commit 3cda45a5fc
3 changed files with 15 additions and 4 deletions

View File

@@ -389,6 +389,7 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IM
}
await LoadIninitialPairs().ConfigureAwait(false);
await LoadOnlinePairs().ConfigureAwait(false);
Mediator.Publish(new ConnectedMessage(_connectionDto));
}
catch (Exception ex)
{