Search found 1 match
- Sun Sep 03, 2023 10:54 am
- Forum: ESP-IDF
- Topic: Websocket is not properly reciving
- Replies: 0
- Views: 600
Websocket is not properly reciving
i'm using a websocket server. I have initialized it following a tutorial. The websocket sends a timestamp every 3 seconds and receives text asynchronously. Sending is going very well. However, receiving print strange values or giving errors. I'm using esp32s3. esp-idf version 5.1. I have used Postma...