YxAc commented on code in PR #279: URL: https://github.com/apache/rocketmq-mqtt/pull/279#discussion_r1630791168
########## mqtt-cs/src/main/java/org/apache/rocketmq/mqtt/cs/channel/DefaultChannelManager.java: ########## @@ -47,6 +48,12 @@ public class DefaultChannelManager implements ChannelManager { private HashedWheelTimer hashedWheelTimer; private static int minBlankChannelSeconds = 10; private ScheduledThreadPoolExecutor scheduler; + // using to control publish-client's PUBLISH rate by MQTT-Server Receive Maximum Review Comment: good catch, thx. -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org