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.
2 parents 9bc8b18 + c2e2255 commit 4a4c695Copy full SHA for 4a4c695
adafruit_gc_iot_core.py
@@ -214,13 +214,6 @@ def loop(self):
214
if self._connected:
215
self._client.loop()
216
217
- def loop_blocking(self):
218
- """Begins a blocking loop to process messages from
219
- IoT Core. Code below a call to this method will NOT run.
220
-
221
- """
222
- self._client.loop_forever()
223
224
def unsubscribe(self, topic, subfolder=None):
225
"""Unsubscribes from a Google Cloud IoT device topic.
226
:param str topic: Required MQTT topic. Defaults to events.
0 commit comments