async-mqtt-client used to depend on ASYNC_TCP_SSL_ENABLED #17
ayushsharma82
started this conversation in
Support
Replies: 1 comment 8 replies
-
AsyncTCP never supported SSL, neither in original fork, neither in this repo:
Only ESPAsyncTCP has these methods, and implements them:
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
async-mqtt-client
library used to depend on the SSL implementation in original AsyncTCP. How can we achieve the same with current versions of AsyncTCP?Currently it throws an error that this file is missing:
https://github.com/marvinroger/async-mqtt-client/blob/3d93fc7f662e65366f8e2b0d88b108f874f035b9/src/AsyncMqttClient.hpp#L22
Beta Was this translation helpful? Give feedback.
All reactions