Search found 1 match
- Thu Jun 27, 2024 9:00 am
- Forum: ESP-IDF
- Topic: transport_ws : transport_poll_write timeout before any socket was ready
- Replies: 0
- Views: 320
transport_ws : transport_poll_write timeout before any socket was ready
I'm working on a project integrating an ESP32 connected to an LTE modem, with the aim of communicating with a server via a websocket link. I've integrated the websocket_client component and I'm able to establish a link with my server and exchange data. However, for some reason, when the transmission...