eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

MQTT proxy TERMINATE command fix for Python 3 and other Python code style improvements #59

Closed rmbbgh closed 5 years ago

rmbbgh commented 5 years ago

This patch series improve coding style for MQTT proxies written in Python. The main fix is to allow TERMINATE command published on special MQTT topic to work again under Python version 3 runtime.

icraggs commented 5 years ago

Thanks!