Search found 1 match

by TheAutomationCompany
Tue Oct 19, 2021 7:37 pm
Forum: ESP-IDF
Topic: Websocket Message Fragmentation
Replies: 0
Views: 694

Websocket Message Fragmentation

Hi everyone I'm actual developing an application with an ESP and websocket protocol. I use the standard library "esp_websocket_client.h" for this case. Everything works really fine until I came to the point I have to split up messages in multiple fragments. This is a standard procedure according to ...