feat(batch25): implement gateway reply map and inbound message pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user