Help, function calls to some library functions made in callbacks are sometimes getting lost.

This page summarizes the projects mentioned and recommended in the original post on /r/arduino

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. esp-dht-mqtt-async

    My code is here.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. async-mqtt-client

    📶 An Arduino for ESP8266 asynchronous MQTT client implementation

    https://github.com/marvinroger/async-mqtt-client/blob/master/src/AsyncMqttClient.hpp onMqttPublish() is a callback of type OnPublishUserCallback.

  4. ESPAsyncTCP

    Discontinued Async TCP Library for ESP8266

    The callbacks are called from the functions _onPubAck and _onPubComp. These in turn are called from _onData which is assigned to _client.onData. From here, we can see that this is AsyncClient _client which is defined in ESPAsyncTCP.h which looks to be a core ESP library owned by espressif. Without more digging, I don't see anything that tells me about the context the callback are called within.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How can i send qos 1 mqtt messages to aws?

    1 project | /r/IOT | 23 Jan 2023
  • Running Async http server and Async mqtt client same time

    3 projects | /r/esp8266 | 18 Jun 2022
  • Best way to handle push buttons using an I2C expander

    1 project | /r/esp8266 | 1 Jan 2021
  • Messagebus

    2 projects | /r/esp8266 | 21 Jun 2022
  • esp32 disconnects repeatedly

    1 project | /r/MQTT | 12 Jul 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?