-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting guide documentation error #36
Comments
Hi Tim, Rahul |
Fixed in v2.1.1 of the SDK. Closing. |
Hi! While the newest changeset makes iot_tls_is_connect(...) consistent with isConnected(...), the changeset should have modified the documentation around iot_tls_is_Connect(...) and not isConnected(...). (I cannot reopen this issue.)
|
Changing OTA demo project structure
For https://github.com/aws/aws-iot-device-sdk-embedded-C/blob/master/PortingGuide.md, it states:
However, the documentation inside network_interface.h states:
The usage is against the latter definition (e.g. your Ethernet cord is still plugged in or not) versus the former definition (e.g. your TLS layer got disconnected) in the only callee from within _aws_iot_mqtt_handle_reconnect(...). It will not attempt a reconnect unless this function returns NETWORK_PHYSICAL_LAYER_CONNECTED which indicates that it's not checking if the TLS layer is still connected.
The text was updated successfully, but these errors were encountered: