Merge branch 'feature/mqtt-connection-type'

This commit is contained in:
Joseph Doherty
2026-02-23 06:15:32 -05:00
18 changed files with 794 additions and 4 deletions

View File

@@ -1221,6 +1221,7 @@ public sealed class NatsServer : IMessageRouter, ISubListAccess, IDisposable
Rtt = client.Rtt,
TlsVersion = client.TlsState?.TlsVersion ?? "",
TlsCipherSuite = client.TlsState?.CipherSuite ?? "",
MqttClient = "", // populated when MQTT transport is implemented
});
// Cap closed clients list