You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/15 06:12:34 UTC

[GitHub] [rocketmq-externals] niceinfuture opened a new issue #847: [rocketmq-iot-bridge] optimize MQTT client equivalence judgment logic

niceinfuture opened a new issue #847:
URL: https://github.com/apache/rocketmq-externals/issues/847


   **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.
   
   2. Please tell us about your environment:
   Linux
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org