Commit 5bb6403407aa4898084832d6698aa9ea6d484889

Authored by Andrii Shvaika
1 parent d40bc488

Bug Fix after MQTT Transport connection statistics

... ... @@ -77,6 +77,7 @@ public class MqttTransportContext extends TransportContext {
77 77
78 78 @PostConstruct
79 79 public void init() {
  80 + super.init();
80 81 transportService.createGaugeStats("openConnections", connectionsCounter);
81 82 }
82 83
... ...