We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583bc0d commit 992102eCopy full SHA for 992102e
micropython/umqtt.robust/example_sub_robust.py
@@ -19,8 +19,7 @@ def sub_cb(topic, msg):
19
#
20
# There can be a problem when a session for a given client exists,
21
# but doesn't have subscriptions a particular application expects.
22
-# In this case, a session needs to be cleaned first. See
23
-# example_reset_session.py for an obvious way how to do that.
+# In this case, a session needs to be cleaned first.
24
25
# In an actual application, it's up to its developer how to
26
# manage these issues. One extreme is to have external "provisioning"
0 commit comments