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 622b4c7 commit 5040979Copy full SHA for 5040979
adafruit_minimqtt.py
@@ -583,8 +583,10 @@ def loop_forever(self):
583
method if you want to run a program forever.
584
Code below a call to this method will NOT execute.
585
586
- NOTE: Network reconnection is not handled within this call and
587
- must be handled by your code for each interface.
+ NOTE: This method is depreciated and will be removed in the
+ next major release. Please see examples/minimqtt_pub_sub_blocking.py
588
+ for an example of creating a blocking loop which can handle wireless
589
+ network events.
590
591
"""
592
while True:
0 commit comments