- v5.1.0
- Master Release - Feb 9, 2022
- Added BranchPluginSupport class with deviceDescription() method. Will be used by the AdobeBranchExtension to pass device data.
- Resolves timeout and non-initialization issues introducing a connect timeout, and retrying init requests.
- Possible behavior change is with the increased timeout, any operations awaiting these requests may see longer timeouts.
- To set the timeouts:
public void setConnectTimeout(int connectTimeout)
public void setTimeout(int timeout)
- Time is in milliseconds