Joseph Doherty be1eb3392e feat(boot): add server boot integration tests and fix ValueTask sync blocking
Fix Shutdown()/LameDuckMode() deadlock caused by calling .GetAwaiter().GetResult()
on pending ValueTask from Channel.ReadAsync(). ValueTask does not support synchronous
blocking — must convert via .AsTask() first. Add two integration tests validating the
full Start() → AcceptLoop → client connection → Shutdown lifecycle.
2026-03-01 15:13:48 -05:00
2026-03-01 13:40:34 -05:00
Description
No description provided
193 MiB
Languages
C# 98.9%
Go 0.5%
Python 0.4%
Shell 0.2%