adafruit / Adafruit_IO_Python

Adafruit IO Python Client Library
Other
225 stars 99 forks source link

Fix KEEP_ALIVE_SEC to be 60 seconds #27

Closed radudragusin closed 7 years ago

radudragusin commented 8 years ago

Fix KEEP_ALIVE_SEC to be 60 seconds instead of the current value of 3600 which is in fact an hour. This fixes #25 which is an issue because the broker disconnects after 300 seconds with no ping.

jwcooper commented 7 years ago

Thank you!