kylegordon / mqtt-republisher

A simple Python republisher to help organize topics
MIT License
26 stars 7 forks source link

Fails to notify user if connection fails #3

Closed kylegordon closed 10 years ago

kylegordon commented 11 years ago

If host is incorrect, or refused, it exits rather than logging it and trying again. It doesn't even create a log file with the failure...

kylegordon commented 10 years ago

Resolved through the use of loop_forever()