snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
109 stars 63 forks source link

Flush events only when the buffer is full #648

Closed matus-tomlein closed 8 months ago

matus-tomlein commented 10 months ago

As reported in this issue on the iOS tracker, the tracker is ignoring the buffer size when new events arrive. Regardless of what is the buffer size, the emitter triggers an emit on new events.

For more information, refer to the iOS tracker issue.