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 has been 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?
The text was updated successfully, but these errors were encountered:
+1 for unsubscribe.
I think it's possible to add functionality on unsubscribe, but unfortunately Java/Obj-C is not my primary language. Maybe somebody can add PR for wrap unsubscribe?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: