Skip to content

Commit 27e4d73

Browse files
projectgusdpgeorge
authored andcommitted
umqtt.robust: Remove reference to missing example.
It looks like this example file was not added to the original commit back in 6190cec. Fixes issue #320. Signed-off-by: Angus Gratton <[email protected]>
1 parent 1effa11 commit 27e4d73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

micropython/umqtt.robust/example_sub_robust.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ def sub_cb(topic, msg):
1919
#
2020
# There can be a problem when a session for a given client exists,
2121
# 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.
22+
# In this case, a session needs to be cleaned first.
2423
#
2524
# In an actual application, it's up to its developer how to
2625
# manage these issues. One extreme is to have external "provisioning"

0 commit comments

Comments
 (0)