v1.2.4
·
29 commits
to NetFramework461
since this release
- Fix Decimal conversion overflow issue when integer or decimal part are greater than max int64.
- Use Task.Delay instead of Thread.Sleep in the Async method to avoid blocking the main thread
- Ability to turn off Certificate Revocation List validation via connection setting.
- Change default connection timeout from 900sec to 120sec and change retryable http codes removing retry on 400, 429 and adding retry on 403.
- Change setting DefaultConnectionLimit on each ServicePoint to setting it globally via the ServicePointManager as it causes timeout .