micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

umqtt.robust is missing an example file

Open mlpilla opened this issue 7 years ago • 2 comments

In line 23 of umqtt.robust/example_sub_robust.py, there is a mention of example_reset_session.py. I could not find this file.

mlpilla avatar Nov 08 '18 16:11 mlpilla

No-one has found the file in 5 years. Then it is probably not surfacing now, unfortunately. Proposing to close this issue.

jonnor avatar Aug 25 '24 11:08 jonnor

I think the least we can do here is remove the reference to the missing example. If someone wants to contribute an example of how to do this in the future then it would be very welcome.

projectgus avatar Aug 27 '24 02:08 projectgus

It looks like this file was just not added to the original commit back in 6190cec14a6514c4adc8dfdc33b355be10db0400 (it's easy to forget to git add <newfile> ...).

dpgeorge avatar Sep 04 '24 00:09 dpgeorge