altuntasali
altuntasali
> Okay we figured something out. > Replacing the AsyncMqttClient with this version: https://github.com/marvinroger/async-mqtt-client/tree/develop lets you send way more data by using the ESPAsyncTCPbuffer write for sending. > You will...
Yes it keeps sending and doesnt crash but i could send 8 users before, too. when I check the publish() it returns 0 after 8 messages I use adafruit.io to...
When i use QoS0 it sends between 7-9 users. QoS 1 sends 9 users now(debug off). Maybe there is a limitation on adafruit.io? But as far as i can test...
I tried this but i dont think i am doing it right. It always sends same 3 users.
Thanks a lot.