Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(websocket): release client-lock during WEBSOCKET_EVENT_DATA (IDFGH-14545) #704

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix(websocket): release client-lock during WEBSOCKET_EVENT_DATA

cdd2711
Select commit
Loading
Failed to load commit list.
Open

fix(websocket): release client-lock during WEBSOCKET_EVENT_DATA (IDFGH-14545) #704

fix(websocket): release client-lock during WEBSOCKET_EVENT_DATA
cdd2711
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clang-tidy succeeded Jan 30, 2025 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1093 in components/esp_websocket_client/esp_websocket_client.c

See this annotation in the file changed.

Code scanning / clang-tidy

The value '136' provided to the cast expression is not in the valid range of values for 'ws_transport_opcodes' [clang-analyzer-optin.core.EnumCastOutOfRange] Warning

The value '136' provided to the cast expression is not in the valid range of values for 'ws_transport_opcodes' [clang-analyzer-optin.core.EnumCastOutOfRange]