Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prehandler and fix some bugs #105

Merged
merged 6 commits into from
May 26, 2022
Merged

Add prehandler and fix some bugs #105

merged 6 commits into from
May 26, 2022

Conversation

pingww
Copy link
Contributor

@pingww pingww commented May 26, 2022

  1. Add prehandler for preprocessing on the upstream processing link
  2. fix some bugs

@codecov-commenter
Copy link

Codecov Report

Merging #105 (e902f0b) into main (7a9adcc) will decrease coverage by 0.45%.
The diff coverage is 8.33%.

@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
- Coverage   48.92%   48.47%   -0.46%     
==========================================
  Files          98       98              
  Lines        4194     4227      +33     
  Branches      655      659       +4     
==========================================
- Hits         2052     2049       -3     
- Misses       1790     1824      +34     
- Partials      352      354       +2     
Impacted Files Coverage Δ
...s/protocol/mqtt/handler/MqttDisconnectHandler.java 75.00% <0.00%> (-25.00%) ⬇️
...mqtt/cs/protocol/mqtt/handler/MqttPingHandler.java 88.88% <0.00%> (-11.12%) ⬇️
...tt/cs/protocol/mqtt/handler/MqttPubAckHandler.java 77.77% <0.00%> (-9.73%) ⬇️
...t/cs/protocol/mqtt/handler/MqttPubCompHandler.java 87.50% <0.00%> (-12.50%) ⬇️
...tt/cs/protocol/mqtt/handler/MqttPubRecHandler.java 90.00% <0.00%> (-10.00%) ⬇️
...tt/cs/protocol/mqtt/handler/MqttPubRelHandler.java 88.88% <0.00%> (-11.12%) ⬇️
...t/cs/protocol/mqtt/handler/MqttPublishHandler.java 73.80% <0.00%> (-20.13%) ⬇️
...cs/protocol/mqtt/handler/MqttSubscribeHandler.java 83.67% <0.00%> (-1.75%) ⬇️
.../protocol/mqtt/handler/MqttUnSubscribeHandler.java 78.57% <0.00%> (-2.92%) ⬇️
...rocketmq/mqtt/cs/session/loop/SessionLoopImpl.java 44.68% <ø> (-0.18%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a9adcc...e902f0b. Read the comment docs.

@tianliuliu tianliuliu merged commit 43e12b3 into apache:main May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants