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 f6cd827 commit d742b4bCopy full SHA for d742b4b
adafruit_aws_iot.py
@@ -237,13 +237,6 @@ def loop(self) -> None:
237
if self.connected_to_aws:
238
self.client.loop()
239
240
- def loop_forever(self) -> None:
241
- """Begins a blocking, asynchronous message loop.
242
- This method handles network connection/disconnection.
243
- """
244
- if self.connected_to_aws:
245
- self.client.loop_forever()
246
-
247
@staticmethod
248
def validate_topic(topic: str) -> None:
249
"""Validates if user-provided pub/sub topics adhere to AWS Service Limits.
0 commit comments