---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-2-edb537bd1509> in <module>()
21 # Other loop*() functions are available that give a threaded interface and a
22 # manual interface.
---> 23 client.loop_forever()
/usr/local/lib/python2.7/dist-packages/paho/mqtt/client.pyc in loop_forever(self, timeout, max_packets, retry_first_connection)
1279 else:
1280 self._state_mutex.release()
-> 1281 time.sleep(1)
1282
1283 self._state_mutex.acquire()
KeyboardInterrupt: