docs: add server boot parity design

Design for wiring NatsServer.Start() to call all subsystem startup
methods matching Go's Server.Start() sequence, enabling a fully
booting server that accepts client connections.
This commit is contained in:
Joseph Doherty
2026-03-01 14:47:50 -05:00
parent dd282e69dc
commit ca8297d0ad
2 changed files with 103 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-03-01 18:41:43 UTC
Generated: 2026-03-01 19:47:52 UTC
## Modules (12 total)