Ending a LongLivedReadTransaction correctly

115 Views Asked by At

I have 1 VC having a LongLivedReadTransaction fetching review objects. When I press a button it presents a second VC having another LongLivedReadTransaction fetching repository objects.

However when I present the second VC it calls the grouping block from the transaction grouping the review objects.

So my question is: How to properly end and start a LongLivedReadTransaction ?

1

There are 1 best solutions below

0
On

This question was also discussed on the YapDatabase mailing list here:

https://groups.google.com/forum/#!topic/yapdatabase/W6k6f7mUyJU