You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I (54926) http_server: frame len is 2
I (54926) http_server: Got packet with message: ��
I (54926) http_server: Packet type: 0
W (54926) httpd_txrx: httpd_sock_err: error in send : 104
W (54936) httpd_ws: httpd_ws_send_frame_async: Failed to send WS header
E (54946) http_server: httpd_ws_send_frame failed with -1
W (54946) httpd_uri: httpd_uri: uri handler execution failed
W (59836) httpd_txrx: httpd_sock_err: error in send : 104
The text was updated successfully, but these errors were encountered:
Answers checklist.
General issue report
软件版本V5.3.1
我做出了以下修改
在正常的http数据请求是没有问题html页面可以正常请求到数据,但是在websocket总是链接失败数据无法正确回复,接收数据参考ws_echo_server
esp-idf/examples/protocols/http_server/ws_echo_server/main/ws_echo_server.c
Line 85 in c8fc5f6
esp-idf/examples/protocols/http_server/ws_echo_server/main/ws_echo_server.c
Line 115 in c8fc5f6
The text was updated successfully, but these errors were encountered: