Skip to content

Updated retry logic and longer initial connection timeout

Compare
Choose a tag to compare
@dhinklexo dhinklexo released this 31 May 19:32
· 214 commits to master since this release

Retry logic will now correctly retry the actual underlying connection instead of repeatedly checking if it should open a new connection. Retry now uses ceiling'd exponential backoff with jitter to prevent flooding. Default timeout for opening the initial TCP connection to the exchange increased from 500ms to 5000ms.