feat: Release v0.2.2 with shutdown improvements and connection handling fixes

This commit is contained in:
HueByte
2026-02-19 13:01:51 +01:00
parent 4c192717de
commit 552fe6afa3
6 changed files with 72 additions and 35 deletions
+7
View File
@@ -0,0 +1,7 @@
# v0.2.2 - Shutdown Fix
## Fixes
- Actually fixed server hanging on Ctrl+C — replaced `await using` with explicit dispose bounded to 3 seconds, so a stuck `HubConnection` can no longer block shutdown
- Reduced host shutdown timeout from 30s (default) to 5s
- Caught `OperationCanceledException` in the directory service reconnect loop so cancellation exits immediately instead of propagating through dispose