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

[rocketmq-iot-bridge] optimize MQTT client equivalence judgment logic #847

Open
niceinfuture opened this issue Nov 15, 2021 · 0 comments
Open

Comments

@niceinfuture
Copy link

BUG REPORT

  1. Please describe the issue you observed:
    There is a problem with the MQTT client judgment, just use the "clientId" to judge the judgment may be wrong.
  • The client mainly contains clientId and ChannelHandlerContext information.
  • When two different clients with the same clientId connect and subscribe to the same topic message, one of the clients unsubscribes the topic, which will cause the other client to also be unsubscribed.
  • The equivalence of the client connection needs to be judged by combining clientId and ChannelHandlerContext.
  1. Please tell us about your environment:
    Linux
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

No branches or pull requests

1 participant