beremiz

MQTT: Implements reconnecting in publish thread in case thread is waken-up but client is disconnected.

Note: paho's lostConnection callback got already disabled in previous commit.
# mqtt/__init__.py
from __future__ import absolute_import
from .client import MQTTClient