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
Connect to AWS IOT Core using aws-iot-device-sdk over socks proxy. Upon disconnection of socks proxy server the client tends to reconnect. If the socks proxy server comes alive, the client still be reconnecting instead of constant/stable connection to IOT Core
Expected Behavior
The client using aws-iot-device-sdk should be connecting to AWS IoT Core over the proxy network.
Current Behavior
The client is reconnecting over and over again.
Reproduction Steps
Connect to AWS IOT Core using aws-iot-device-sdk over socks proxy.
Upon disconnection of socks proxy server the client tends to reconnect.
If the socks proxy server comes alive, the client still be reconnecting instead of constant/stable connection to IOT Core
Possible Solution
Check for underlying wrapper over mqtt.js, while passing the options while creating thing object.
Additional Information/Context
No response
SDK version used
2.2.11
Environment details (OS name and version, etc.)
Windows-10, node-16.13.0
The text was updated successfully, but these errors were encountered:
Sorry, but we have not added support for socks proxy to this sdk and this is not a feature that we plan on adding. We have stopped taking feature requests for the v1 sdk's but this specific feature request is on our backlog of things to add the the v2 sdk's
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Connect to AWS IOT Core using aws-iot-device-sdk over socks proxy. Upon disconnection of socks proxy server the client tends to reconnect. If the socks proxy server comes alive, the client still be reconnecting instead of constant/stable connection to IOT Core
Expected Behavior
The client using aws-iot-device-sdk should be connecting to AWS IoT Core over the proxy network.
Current Behavior
The client is reconnecting over and over again.
Reproduction Steps
Possible Solution
Check for underlying wrapper over mqtt.js, while passing the options while creating thing object.
Additional Information/Context
No response
SDK version used
2.2.11
Environment details (OS name and version, etc.)
Windows-10, node-16.13.0
The text was updated successfully, but these errors were encountered: