mir

Results 6 comments of mir

Me and @dm2302git are trying to fix this for a while now. Seems like its a problem with the small TCP buffer size. The Problem comes from the async-mqtt-client library...

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 have to use...

> > 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. >...

> 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...

> 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...

> I tried this but i dont think i am doing it right. It always sends same 3 users. well you have to ask for the next "page" of users...