NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
90 stars 41 forks source link

Fix: If your send() timeout is faster than the WAIT_AND_RETRY_INTERVAL, we lower the Wait and Retry Interval to said value #93

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

The whole point of being able to set your timeout is that you can control how fast 'you fail'. If you want to fail really fast, but Wait and Retry doesn't let you, what's the point?