EpicEric / pony-mqtt

:horse: MQTT client in Pony
https://epiceric.github.io/pony-mqtt-docs/mqtt--index/
MIT License
6 stars 1 forks source link

Remove MQTTConnectionConsumer #5

Closed EpicEric closed 6 years ago

EpicEric commented 6 years ago

Right now, MQTTConnectionConsumer is useful (but not necessary) to create a connection with ease. It might be possible to use MQTTConnection for this instead, making the code only require 3 classes/actors for the user to deal with instead of 4, while limiting attempts on the user making possible mistakes.

This change will break all current implementations of pony-mqtt.