mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
minor fixes
This commit is contained in:
parent
a03e92ccef
commit
680c5f4712
3 changed files with 20 additions and 13 deletions
|
|
@ -294,7 +294,7 @@ public partial class ApiController : MediatorSubscriberBase, IDisposable, IMareH
|
|||
|
||||
foreach (var entry in await UserGetOnlinePairs().ConfigureAwait(false))
|
||||
{
|
||||
_pairManager.MarkPairOnline(entry, this);
|
||||
_pairManager.MarkPairOnline(entry, this, false);
|
||||
}
|
||||
|
||||
_healthCheckTokenSource?.Cancel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue