mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
412 B
412 B
v0.2.2 - Shutdown Fix
Fixes
- Actually fixed server hanging on Ctrl+C — replaced
await usingwith explicit dispose bounded to 3 seconds, so a stuckHubConnectioncan no longer block shutdown - Reduced host shutdown timeout from 30s (default) to 5s
- Caught
OperationCanceledExceptionin the directory service reconnect loop so cancellation exits immediately instead of propagating through dispose