bertmelis / espMqttClient

MQTT 3.1.1 client library for the Espressif devices ESP8266 and ESP32 on the Arduino framework.
https://www.emelis.net/espMqttClient/
MIT License
100 stars 21 forks source link

Allow user managed task for ESP32 #73

Closed bertmelis closed 1 year ago

bertmelis commented 1 year ago

espMqttClient on ESP32 (non-async version) creates its own task which calls loop() to manage networking.

Allow the user to call loop() themselves.

This is not possible now because loop() is marked private on ESP32.

bertmelis commented 1 year ago

@technyon

bertmelis commented 1 year ago

Merged, I'm creating a new release soon.