File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ test_env.conditional_test(test_env.AWS_IOT_ENV.mqtt311_is_valid_direct_auth_mqtt
8282 clean_session : true ,
8383 username : test_env . AWS_IOT_ENV . MQTT311_BASIC_AUTH_USERNAME ,
8484 password : test_env . AWS_IOT_ENV . MQTT311_BASIC_AUTH_PASSWORD ,
85- socket_options : new SocketOptions ( ) ,
85+ socket_options : new SocketOptions ( )
8686 }
8787 await test_connection ( config , new MqttClient ( new ClientBootstrap ( ) ) ) ;
8888 } )
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ export interface MqttConnectionConfig extends crt.MqttConnectionConfigBase {
142142 /** Optional proxy options */
143143 proxy_options ?: HttpProxyOptions ;
144144
145-
146145 /**
147146 * Optional function to transform websocket handshake request.
148147 * If provided, function is called each time a websocket connection is attempted.
You can’t perform that action at this time.
0 commit comments