I moved the recommendations calculation to a background job and added in polling to the ios api call.
I noticed the polling stops if I change the ViewController from the RecommendationsTableViewController to the RateViewController. Do you know how I would keep it running?
For https://github.com/yujinjcho/movie_recommendations/issues/33.
I moved the recommendations calculation to a background job and added in polling to the ios api call.
I noticed the polling stops if I change the ViewController from the RecommendationsTableViewController to the RateViewController. Do you know how I would keep it running?