Chunyu Li
Results
3
comments of
Chunyu Li
Get the same issue here. Just called CoreStore.perform(asynchronous: ... ) to update some value. No other observer exist. The app freeze and never enter completion block.
Problem solved. First, do not call several update at the same time. Second, do not use try? or try!, I read it from the readme file.
Thank you. I will try it.> Hey @leacode! Hopefully my PR will get merged and this bug will go away. On a side note, you probably need to set the...