diff --git a/adafruit_gc_iot_core.py b/adafruit_gc_iot_core.py index 37f48ec..537ec7e 100644 --- a/adafruit_gc_iot_core.py +++ b/adafruit_gc_iot_core.py @@ -214,13 +214,6 @@ def loop(self): if self._connected: self._client.loop() - def loop_blocking(self): - """Begins a blocking loop to process messages from - IoT Core. Code below a call to this method will NOT run. - - """ - self._client.loop_forever() - def unsubscribe(self, topic, subfolder=None): """Unsubscribes from a Google Cloud IoT device topic. :param str topic: Required MQTT topic. Defaults to events.