You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ti...@apache.org on 2022/05/26 07:23:03 UTC

[rocketmq-mqtt] branch main updated (6060e1a -> 43e12b3)

This is an automated email from the ASF dual-hosted git repository.

tianliuliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git


    from 6060e1a  Merge pull request #100 from ChangingFond/update-logback
     new 8b5b3c8  pre handler
     new 04a7d0d  pre handler
     new 4eedc34  pre handler
     new 42ce2c5  fix
     new 2dd7bd4  [ISSUE #104] prehandler
     new e902f0b  [ISSUE #104] uc
     new 43e12b3  Merge pull request #105 from pingww/main

The 109 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cs/protocol/mqtt/MqttPacketDispatcher.java     | 31 ++++++++++++++++++++++
 .../mqtt/cs/protocol/mqtt/MqttPacketHandler.java   | 11 +++++++-
 .../protocol/mqtt/handler/MqttConnectHandler.java  | 11 +++++---
 .../mqtt/handler/MqttDisconnectHandler.java        |  5 ++++
 .../cs/protocol/mqtt/handler/MqttPingHandler.java  |  5 ++++
 .../protocol/mqtt/handler/MqttPubAckHandler.java   |  5 ++++
 .../protocol/mqtt/handler/MqttPubCompHandler.java  |  5 ++++
 .../protocol/mqtt/handler/MqttPubRecHandler.java   |  5 ++++
 .../protocol/mqtt/handler/MqttPubRelHandler.java   |  5 ++++
 .../protocol/mqtt/handler/MqttPublishHandler.java  | 14 ++++++++++
 .../mqtt/handler/MqttSubscribeHandler.java         |  5 ++++
 .../mqtt/handler/MqttUnSubscribeHandler.java       |  5 ++++
 .../mqtt/cs/session/loop/SessionLoopImpl.java      |  1 -
 .../protocol/mqtt/TestMqttPacketDispatcher.java    |  2 ++
 14 files changed, 105 insertions(+), 5 deletions(-)