algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

fix: send empty events packages if all non statisfying condition #268

Closed VladislavFitz closed 1 year ago

VladislavFitz commented 1 year ago

Summary

EventsProcessor of Insights package filters out event in package by acceptance condition (event was captured not longer than 4 days ago). If all events in the package don't satisfy this condition, an empty payload will be sent. This PR adds a check to avoid useless network calls in this case.

Result

No network call happens if no event satisfy the acceptance criteria