I think i found a bug when used YapDatabaseViewMappings with fixed range. When i received notification about changes my app just freeze. I found out that the problem in method + (void)postProcessAndFilterRowChanges:(NSMutableArray *)rowChanges
withOriginalMappings:(YapDatabaseViewMappings *)originalMappings
finalMappings:(YapDatabaseViewMappings *)finalMappings.
It has cycle by groups and inner cycle where range applies to changes, but when group from outside cycle is not equal to first group in rowChanges array then we get infinite loop.
I think i found a bug when used YapDatabaseViewMappings with fixed range. When i received notification about changes my app just freeze. I found out that the problem in method + (void)postProcessAndFilterRowChanges:(NSMutableArray *)rowChanges
withOriginalMappings:(YapDatabaseViewMappings *)originalMappings
finalMappings:(YapDatabaseViewMappings *)finalMappings.
It has cycle by groups and inner cycle where range applies to changes, but when group from outside cycle is not equal to first group in rowChanges array then we get infinite loop.