mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-08 11:02:14 +01:00
Restructure the client configuration struct
- Groups configuration fields by context. - Removes user_context in favor of the event loop.
This commit is contained in:
@@ -71,7 +71,6 @@ typedef struct {
|
||||
char *scheme;
|
||||
int port;
|
||||
bool auto_reconnect;
|
||||
void *user_context;
|
||||
int network_timeout_ms;
|
||||
int refresh_connection_after_ms;
|
||||
int reconnect_timeout_ms;
|
||||
|
||||
Reference in New Issue
Block a user