Abstracts a stream protocol such as TCP so that we can get discrete MQTT messages out of it.
Satisfies the isMqttConnection interface for streams (e.g. TCP) Delegates actually reading or writing data to a templated channel.
See Source File