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
595 stars 58 forks source link

fix: Xcode 12 crash due to unsynchronised sequencer #129

Closed VladislavFitz closed 3 years ago

VladislavFitz commented 4 years ago

Summary

This PR refactor Sequencer implementation to make it thread-safe and to avoid crashes occurring in Xcode 12

Resolves #128

VladislavFitz commented 3 years ago

@spinach Added load test that completely ruins the previous Sequencer implementation 💥 Let me know if that looks good to you and I release the fix.