forked from espressif/esp-protocols
On most implementations, including ESP-IDF FreeRTOS, vSemaphoreDelete() is a macro that calls vQueueDelete(). But since the client semaphore is created with xSemaphoreCreateRecursiveMutex(), delete it as a semaphore with vSemaphoreDelete().
ESP WEBSOCKET CLIENT
The esp-websocket_client
component is a managed component for esp-idf
that contains implementation of WebSocket protocol client for ESP32
Examples
Get started with example test example:
Documentation
- View the full html documentation