AckeeCZ / ACKReactiveExtensions

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

Fix RealmCollection bug #43

Closed olejnjak closed 5 years ago

olejnjak commented 5 years ago

Ocassionally if Realm receives new data before sending initial change notification, it just sends initial notification with modified content (e.g. if data is saved on other thread). So the skip(first: 1) would actually skip a change.

Checklist