awkward / beam

Beam: the open source Reddit client for iOS
https://beamreddit.com
GNU General Public License v2.0
270 stars 37 forks source link

Core Data race condition in Comment query #33

Closed robinspeijer closed 4 years ago

robinspeijer commented 4 years ago

Here's another case where we were using the Core Data view context for background processing. This changes use the new background processing syntax and lookup the required objects from the other private background context.