AckeeCZ / ACKReactiveExtensions

Set of useful extensions for ReactiveSwift & ReactiveCocoa
MIT License
17 stars 4 forks source link

Fix threading for `RealmCollection` observing #57

Closed olejnjak closed 3 years ago

olejnjak commented 3 years ago

Using completely custom queue was not really correct as RealmCollection changes were propagated on incorrect thread. This solution tries to use current queue, instead of nil queue, so it should probably fix issue from #56 and also preserve correct thread.

Please @LukasHromadnik run it on your Mac and if it is fine, then we can merge it.