Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

Realm 0.97 throws if notification block is added on thread without runloop #52

Closed bigfish24 closed 8 years ago

bigfish24 commented 8 years ago

RBQRealmNotificationManager, should be refactored to use a singleton worker thread that will receive the Realm notifications and pass along changes to RBQFetchedResultsController so that the dev never has to worry about passing changes to RBQRealmNotificationManager on a background queue/thread that doesn't have a runloop.

stephenkopylov commented 8 years ago

Just faced this problem. Really w8 for fix. =)

bigfish24 commented 8 years ago

Yeah sorry about this probably will be a day or two before I can implement my solution.