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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Hi,
I have issue with AsyncClient::add() - it never returns, when adding only 2 bytes.
I'm actually trying to modify https://github.com/marvinroger/async-mqtt-client to work with ESP32, but it fails right at the beginning in the onConnect callback where it tries to assemeble the packet.
Please do you have any clue what goes wrong or where to look?
Hi,
I have issue with
AsyncClient::add()- it never returns, when adding only 2 bytes.I'm actually trying to modify https://github.com/marvinroger/async-mqtt-client to work with ESP32, but it fails right at the beginning in the
onConnectcallback where it tries to assemeble the packet.Please do you have any clue what goes wrong or where to look?