Azure / azure-sdk-for-c

This repository is for active development of the Azure SDK for Embedded C. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-c.
MIT License
224 stars 120 forks source link

Separate az_iot_calculate_retry_delay into own core module #2807

Closed ewertons closed 5 months ago

ewertons commented 5 months ago

az_iot_calculate_retry_delay was defined in az_iot_common, but used in az_mqtt5_connection (az_core), which is a reverse dependency. Created a new module in az_core just for retry, now containing the renamed function az_retry_calculate_delay.