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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ typedef struct {
133
133
intnetwork_timeout_ms; /*!< Abort network operation if it is not completed after this value, in milliseconds (defaults to 10s) */
134
134
size_tping_interval_sec; /*!< Websocket ping interval, defaults to 10 seconds if not set */
135
135
structifreq*if_name; /*!< The name of interface for data to go through. Use the default interface without setting */
136
-
esp_transport_handle_text_transport; /*!< External WebSocket tcp_transport handle to the client; or if null, the client will create its own transport handle. */
136
+
esp_transport_handle_text_transport; /*!< External WebSocket tcp_transport handle to the client; or if null, the client will create its own transport handle. When external transport is used, socket options like if_name and keep_alive settings will be ignored, as it should be done when setting up the external transport. */
0 commit comments