You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* prepare for 1.0.0-beta6
* if batch size and queue size are miss matched, set to defaults instead of swapping
* fix unit test
* fix change log to include all features and fixes since last release
* add config manager fix
* fix PR number in last PR fix
* missed a test from EP update
- Fix config managers so that they don't try and parse on error returned from CDN. [#170](https://github.com/optimizely/go-sdk/pull/170)
21
+
- When event batch size has been reached only start one batch event processing go routine.
22
+
- When queue size is met, log a message and do not add to the queue.
23
+
- Duration used was setting the time too far into the future by multiplying by second and then by milliseconds. Flush interval is now any duration, default is 30 seconds. If you don't pass in a multiplier the duration created is in microseconds.
0 commit comments