feat(batch25): implement gateway reply map and inbound message pipeline

This commit is contained in:
Joseph Doherty
2026-03-01 02:07:25 -05:00
parent 59fa600b3c
commit e9be0751ec
8 changed files with 483 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ public sealed partial class ClientConnection
internal Dictionary<string, RespEntry>? Replies;
internal Dictionary<ClientConnection, bool>? Pcd; // pending clients with data to flush
internal Dictionary<string, bool>? DArray; // denied subscribe patterns
internal GwReplyMapping GwReplyMapping = new();
// Outbound state (simplified — full write loop ported when Server is available).
internal long OutPb; // pending bytes