Search found 1 match
- Mon Feb 13, 2023 4:09 pm
- Forum: ESP-IDF
- Topic: esp_http_client stream loosing connection after some time
- Replies: 1
- Views: 1901
esp_http_client stream loosing connection after some time
Hi guys, I am consuming a https stream (text/event-stream) with esp_http_client_perform(). It works fine if there is a constant stream of data (I am processing the data in an event handler). But if there is no message for around 20 minutes, data will not be processed further and the connection seems...