You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.eclipse.paho.mqttv5.client/src/main/java/org/eclipse/paho/mqttv5/client/internal/MqttSessionState.java
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,34 @@
14
14
* <li>Next Subscription Identifier - The next subscription Identifier available
15
15
* to use.</li>
16
16
* </ul>
17
+
*
18
+
* Subscription identifier can take values from 1 to 268,435,455 according to MQTTv5 specification
0 commit comments