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

[Bug] Subscription Rejection Causes Subsequent Channels to Fail #1690

Closed
TheRiseOfDavid opened this issue Jun 12, 2024 · 3 comments
Closed
Assignees
Labels
bug Something isn't working desktop MQTTX Desktop web MQTTX Web
Milestone

Comments

@TheRiseOfDavid
Copy link

What did I do

I have ten channels. If the 5th channel rejects my subscription, other channels below the 5th channel cannot resubscribe.

What happened

When I restart MQTTX, connect to the broker, and resubscribe to the channels, if a specific channel rejects the subscription, the channels below the specified channel cannot resubscribe.

Expected

Other channels should be able to resubscribe even if a specific channel rejects my subscription.
And I appreciate to fix or solve this issue.

Environment

  • OS: Sonoma 14.5
  • MQTTX version: v1.9.10

More detail

  • The channel order is: chat/mika, auth/mika
  • Line 851 is my operator to remove the channel.
截圖 2024-06-12 上午11 44 26
  • The channel order is: auth/mika, chat/mika
截圖 2024-06-12 上午11 45 41
@TheRiseOfDavid TheRiseOfDavid added the bug Something isn't working label Jun 12, 2024
@github-project-automation github-project-automation bot moved this to Backlog in MQTTX Jun 12, 2024
@XL-YiBai XL-YiBai added the desktop MQTTX Desktop label Jun 12, 2024
@XL-YiBai XL-YiBai added the web MQTTX Web label Jun 12, 2024
@ysfscream ysfscream moved this from Backlog to In Progress in MQTTX Jun 13, 2024
@ysfscream ysfscream added this to the v1.10.1 milestone Jun 13, 2024
@ysfscream
Copy link
Member

@TheRiseOfDavid Thanks for your feedback. We have fixed this issue and will release it in the next version.

@TheRiseOfDavid
Copy link
Author

@ysfscream You're welcome! I'm glad I could help.

@github-project-automation github-project-automation bot moved this from In Progress to Done in MQTTX Jun 17, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in MQTTX Jun 17, 2024
@ysfscream
Copy link
Member

The issue has been fixed in https://github.com/emqx/MQTTX/releases/tag/v1.10.1. Please update and use it. Thank you.

@github-project-automation github-project-automation bot moved this from In Progress to Done in MQTTX Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working desktop MQTTX Desktop web MQTTX Web
Projects
Status: Done
Development

No branches or pull requests

3 participants