Skip to content

Commit

Permalink
Removing cleanSession var from MqttClient
Browse files Browse the repository at this point in the history
  • Loading branch information
syedmhashim committed Jan 10, 2021
1 parent fc329ec commit 8025abc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class MqttTestClient {
private String clientId;
private String userName = null;
private String userPassword = "";
private boolean cleanSession = true;
private boolean eventArrived;
private int count;
private int keepAlive = 60;
Expand Down

0 comments on commit 8025abc

Please sign in to comment.