sp-react-native-mqtt
sp-react-native-mqtt copied to clipboard
how to set durability when subscribe topic?
My code :
` onConnect() { const self = this;
self.client?.on('connect', function () {
self.client?.subscribe(self.topic, 1);
});
} `
I cannot get message after connect which I received when mqtt disconnect.(clientId is same)