mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-31 11:17:30 +02:00
Merge pull request #714 from bryghtlabs-richard/chore/websocketTidying
Chore(websocket) tidy up two small issues
This commit is contained in:
@ -122,7 +122,6 @@ 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;
|
||||
|
Reference in New Issue
Block a user