moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

How to keep me in the subscribed topics without subscribing again after logout or login on a new device? #667

Closed harakuru99 closed 6 years ago

harakuru99 commented 6 years ago

How to keep me in the subscribed topics without subscribing again after logout or login with the same account on a new device? This question for a mobile app?

What is your solution for this case?

Thank you & Best regards,

mcollina commented 6 years ago

The subscriptions are specific to a clientId. if the clientId stay the same, the subscriptions will stay the same. However, you should not issue a DISCONNECT. With this approach, only one of those devices would be connected at any given time.