Skip to content

Commit 4a4c695

Browse files
authored
Merge pull request #14 from 2bndy5/master
remove loop_blocking()
2 parents 9bc8b18 + c2e2255 commit 4a4c695

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

adafruit_gc_iot_core.py

-7
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,6 @@ def loop(self):
214214
if self._connected:
215215
self._client.loop()
216216

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-
224217
def unsubscribe(self, topic, subfolder=None):
225218
"""Unsubscribes from a Google Cloud IoT device topic.
226219
:param str topic: Required MQTT topic. Defaults to events.

0 commit comments

Comments
 (0)