You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2020. It is now read-only.
I see that neither the method 'unsubscribe' or the connect parameter 'clean' is present in the API specifications for react-native-mqtt. Trying to call unsubscribe throws the error 'unsubscribe' is not a method.
Since, the underlying libraries already support these features which are an essential part of the MQTT protocol. Can they be used in any way? Or are there any possible workarounds to avail these features?
Hi,
I see that neither the method 'unsubscribe' or the connect parameter 'clean' is present in the API specifications for react-native-mqtt. Trying to call unsubscribe throws the error 'unsubscribe' is not a method.
Since, the underlying libraries already support these features which are an essential part of the MQTT protocol. Can they be used in any way? Or are there any possible workarounds to avail these features?