mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:27:21 +01:00
make sure to resend the data
This commit is contained in:
parent
a1193875a5
commit
b9ef6503d2
3 changed files with 13 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ public partial class ApiController
|
|||
|
||||
try
|
||||
{
|
||||
Logger.LogDebug("Pushing Character data {hash} to {visible}", data.DataHash, string.Join(", ", visibleCharacters.Select(v => v.AliasOrUID)));
|
||||
await PushCharacterDataInternal(data, [.. visibleCharacters]).ConfigureAwait(false);
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
|
|
|
|||
|
|
@ -406,6 +406,7 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IM
|
|||
}
|
||||
await LoadIninitialPairs().ConfigureAwait(false);
|
||||
await LoadOnlinePairs().ConfigureAwait(false);
|
||||
Mediator.Publish(new ConnectedMessage(_connectionDto));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue