RoboSpice requests results when user taps home button
问题 We are using Robospice 1.4.12 with okhttp. Everything is working fine except getting the results from a request when user taps home button and then comes back to the activity. Example: we fire a request and then press home button and we wait for request to finish, when we come back to the activity the listener never gets notified. If we come back before the request finishes everything works ok. Orientation changes are working fine. We are using LruCacheObjectPersister for in memory cache. Now