Add .well-known HubConnectionConfig

This commit is contained in:
Loporrit
2025-06-28 13:11:49 +00:00
parent 4acf78b0df
commit 5a974de258
3 changed files with 146 additions and 7 deletions

View File

@@ -177,7 +177,7 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IM
if (token.IsCancellationRequested) break;
_mareHub = _hubFactory.GetOrCreate(token);
_mareHub = await _hubFactory.GetOrCreate(token);
InitializeApiHooks();
await _mareHub.StartAsync(token).ConfigureAwait(false);