Skip to content

Commit 77cba83

Browse files
committed
Issue #540 - Fixed MqttConnectionState initialisation.
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent af6d547 commit 77cba83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/internal/ConnectActionListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public ConnectActionListener(MqttAsyncClient client, MqttClientPersistence persi
101101
this.userCallback = userCallback;
102102
this.reconnect = reconnect;
103103
this.mqttSession = mqttSession;
104+
this.mqttConnection = mqttConnection;
104105

105106
}
106107

0 commit comments

Comments
 (0)