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
The Circuitpython API for Adafruitio's MQTT client has a method called subscribe_to_time("iso"). But it does not appear to have a method to unsubscribe. It appears to subscribe to time/ISO-8601. If I try to use the unsubscribe() method on that feed name (or just ISO-8601) an exception is raised saying you must subscribe first. How can I unsubscribe from the time feed?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: