63d4e43178b5f098a67e4fd931ced42312f1fc73
Replace the simple string-keyed inflight dictionaries with account-scoped ConcurrentDictionary<string, Dictionary<string, InflightInfo>> structures. Adds InflightInfo record with OpsCount for duplicate proposal tracking, TrackInflight/RemoveInflight/IsInflight methods for streams and consumers, and ClearAllInflight(). Updates existing Propose* methods to use $G account. Go reference: jetstream_cluster.go:1193-1278.
Description
No description provided
Languages
C#
99.9%