I am having trouble in MQTT communication. I am new to MQTT and IOT. I am using IBM Bluemix as a cloud service. I can publish the data using node-red MQTT node on the device type. But I am not able to subscribe to that device and topic. Whenever I try to subscribe, it gets disconnected. Thanks
In this picture, I am publishing the status event to the device
In this picture, I am getting the published data in the cloud
However, as shown below, when i try to subscribe, it gets disconnected
PS: I am using the same client ID. I don't know how to use a different client ID for the same device type.