I'm sure this is something I am doing wrong, but I am running out of time trying to debug it myself.
I have a Comments collection that I am subscribing to. On first subscribe, I get results, data is updated properly, everything works great. I hit the back button and click the same user element and I get nothing. No records, no breakpoint. I do see the server subscription being hit.
I'm sure this is something I am doing wrong, but I am running out of time trying to debug it myself.
I have a Comments collection that I am subscribing to. On first subscribe, I get results, data is updated properly, everything works great. I hit the back button and click the same user element and I get nothing. No records, no breakpoint. I do see the server subscription being hit.
You can see the details of my woes at http://stackoverflow.com/questions/41868849/meteorcollection-retrieves-results-every-other-time
This is using the Swift 2.3 version.