esp32-websocket
esp32-websocket copied to clipboard
ESP-IDF WebSocket Component
Results
3
esp32-websocket issues
Sort by
recently updated
recently updated
newest added
Are there any plans to make this websocket-server capable of using tls for wss:// ? Libwebsocket (lws) is not compatible with esp-idf v3.3.2.....
`vTaskDelete` does not set pointer to NULL by itself. Once server is stopped, it cannot be started again, as there's `if(xtask) return 0;` check in `ws_server_start`.