Commit f980180
committed
Auto Reconnect time now maxes out at 128 seconds
As suggested by @mingdong & @lucaslafarga in PR #210, the Automatic reconnect timer could never reach the max of 120 because of the accidental != check, setting the check to < 128000 now means that the reconnect delay will max out at 128 seconds correctly.1 parent 1cda7b7 commit f980180
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | | - | |
| 1067 | + | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | 1070 | | |
| |||
1087 | 1087 | | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | | - | |
| 1090 | + | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
| |||
0 commit comments