You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/esp_websocket_client/include/esp_websocket_client.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ typedef struct {
127
127
intnetwork_timeout_ms; /*!< Abort network operation if it is not completed after this value, in milliseconds (defaults to 10s) */
128
128
size_tping_interval_sec; /*!< Websocket ping interval, defaults to 10 seconds if not set */
129
129
structifreq*if_name; /*!< The name of interface for data to go through. Use the default interface without setting */
130
+
esp_transport_handle_text_transport; /*!< External WebSocket tcp_transport handle to the client; or if null, the client will create its own transport handle. */
0 commit comments