websocket failed to queue work (IDFGH-12667) #13659
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
release 5.2.1
Espressif SoC revision.
ESP32 v3
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-DevKit
Power Supply used.
USB
What is the expected behavior?
A proper error message.
What is the actual behavior?
I got this log while trying to send messages with
httpd_ws_send_data
:origin:
failing function in
ctrl_sock.c
:It occurs when the lwip loopback is turned off with IPV4 (CONFIG_LWIP_NETIF_LOOPBACK=n).
Shouldn't it be logged as an error and not warning ?
According to the doc the loopback is not required, it's for testing only:
A static assert would be welcome to avoid the issue.
Steps to reproduce.
disable the lwip loopback (CONFIG_LWIP_NETIF_LOOPBACK=n)
enable websocket (CONFIG_WS_TRANSPORT=y)
send websocket messages to an IPV4
Debug Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: