mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-25 17:31:33 +02:00
chore(websocket): remove unused client variable
This commit is contained in:
@ -122,7 +122,6 @@ struct esp_websocket_client {
|
|||||||
uint64_t ping_tick_ms;
|
uint64_t ping_tick_ms;
|
||||||
uint64_t pingpong_tick_ms;
|
uint64_t pingpong_tick_ms;
|
||||||
int wait_timeout_ms;
|
int wait_timeout_ms;
|
||||||
int auto_reconnect;
|
|
||||||
bool run;
|
bool run;
|
||||||
bool wait_for_pong_resp;
|
bool wait_for_pong_resp;
|
||||||
bool selected_for_destroying;
|
bool selected_for_destroying;
|
||||||
|
Reference in New Issue
Block a user