ESP8266MQTTClient
ESP8266MQTTClient copied to clipboard
_isSecure of MQTTTransportTraits is shadowed by MQTTWSTraits
It seems that the _isSecure member does exist in the base class as well as the derived MQTTWSTraits this leads to inconsistencies.
I assume this is not by intention?