siegesmund / SwiftDDP

A Meteor client, written in Swift
MIT License
145 stars 60 forks source link

Only getting results every other time #91

Open dboots opened 7 years ago

dboots commented 7 years ago

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.