You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By making the WifiClient protected it would be possible to make a class that inherits WifiIPStack and only talks over TLS by calling the clients sslConnect functions. For consistency the client objects in the IPStack and EtherenetStack objects should probably be made protected.
The text was updated successfully, but these errors were encountered:
e2thenegpii
pushed a commit
to e2thenegpii/Energia
that referenced
this issue
Mar 1, 2018
Energia/libraries/MQTTClient/WifiIPStack.h
Line 71 in 024a8fe
By making the WifiClient protected it would be possible to make a class that inherits WifiIPStack and only talks over TLS by calling the clients sslConnect functions. For consistency the client objects in the IPStack and EtherenetStack objects should probably be made protected.
The text was updated successfully, but these errors were encountered: