postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.83k stars 839 forks source link

When I have multiple subscriptions only one subscription is initiated when establishing an mqtt connection. #13162

Open XiaoMing0000 opened 3 weeks ago

XiaoMing0000 commented 3 weeks ago

Is there an existing issue for this?

Describe the Issue

When I have multiple subscriptions, and all of them are active, only one subscription succeeds when I click the connect button. Although the other subscriptions appear to be successful, they are not actually subscribed, which can mislead users into thinking the subscriptions were successful. I believe this is an issue.

Steps To Reproduce

  1. Disconnect the MQTT connection.
  2. Create multiple subscriptions under the "topics" section. image
  3. Click the connect button, and after successfully connecting, all subscriptions are shown as subscribed. image
  4. However, only the first subscription succeeds, and the other subscriptions fail to establish.

Screenshots or Videos

No response

Operating System

Windows

Postman Version

11.14.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

appurva21 commented 3 weeks ago

Hey @XiaoMing0000! I cannot recreate this on our end following the mentioned steps. I can successfully subscribe and receive events on all the listed topics.

https://github.com/user-attachments/assets/baa017be-bbe7-4631-b7e9-ebcb0e481bc0

Can you confirm if this is not a server issue? If not, can you share a scaled-down version of your server so we can investigate further?