Skip to content

Commit

Permalink
Merge pull request #714 from bryghtlabs-richard/chore/websocketTidying
Browse files Browse the repository at this point in the history
Chore(websocket) tidy up two small issues
  • Loading branch information
david-cermak authored Dec 17, 2024
2 parents e12ecb8 + beb6e57 commit 42cde46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/esp_websocket_client/esp_websocket_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,11 @@ struct esp_websocket_client {
uint64_t ping_tick_ms;
uint64_t pingpong_tick_ms;
int wait_timeout_ms;
int auto_reconnect;
bool run;
bool wait_for_pong_resp;
bool selected_for_destroying;
EventGroupHandle_t status_bits;
SemaphoreHandle_t lock;
SemaphoreHandle_t lock;
size_t errormsg_size;
char *errormsg_buffer;
char *rx_buffer;
Expand Down

0 comments on commit 42cde46

Please sign in to comment.