12-05-2024, 07:15 PM
I found the problem. the config len of the mqtt buffer is very high.
This Line helped!
mqttClient.setBufferSize(512); increase from 256 to 512
This Line helped!
mqttClient.setBufferSize(512); increase from 256 to 512