This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
5.6.2
[5.6.2] - 2019-03-26
Changed:
- The default value for the configuration property
capacity
(maximum number of events that can be stored at once) is now 10000, consistent with the other SDKs, rather than 500.
Fixed:
- Under some circumstances, a
CancellationTokenSource
might not be disposed of after making an HTTP request, which could cause a timer object to be leaked. (#100) - In polling mode, if the client received an HTTP error it would retry the same request one second later. This was inconsistent with the other SDKs; the correct behavior is for it to wait until the next scheduled poll.
- The
HttpClientTimeout
configuration property was being ignored when making HTTP requests to send analytics events.