YxAc commented on code in PR #279:
URL: https://github.com/apache/rocketmq-mqtt/pull/279#discussion_r1630790862


##########
mqtt-cs/src/main/java/org/apache/rocketmq/mqtt/cs/config/ConnectConf.java:
##########
@@ -61,6 +61,7 @@ public class ConnectConf {
     private boolean enableRetain = false;
     private boolean enableSubscriptionIdentifier = false;
     private int topicAliasMaximum = 10;
+    private int serverReceiveMaximum = 65535;

Review Comment:
   According to MQTT protocol, the initial Receive Maximum is 65535.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to