RxSwiftCommunity / RxCoreData

RxSwift extensions for Core Data
MIT License
164 stars 68 forks source link

Fix performUpdate #20

Closed LeeroyDing closed 6 years ago

LeeroyDing commented 7 years ago

performUpdate would do nothing if there was no change in the base context.

Also, the saving was performed on the main queue.

lordzsolt commented 6 years ago

Why isn't this accepted? Without 725af44, performUpdates just does nothing.

lordzsolt commented 6 years ago

Thank you :)