strvcom / ios-chat-component

Chat modular library
MIT License
1 stars 1 forks source link

Fix race condition #92

Closed ondrejkorol closed 3 years ago

ondrejkorol commented 3 years ago

Try to prevent race condition when writing and reading tasks cache by using a dedicated sync queue.

Issue: https://github.com/strvcom/ios-chat-component/issues/90

Following the approach shown in https://developer.apple.com/videos/play/wwdc2018/414/ (49:35)