When you mention tying the service lifetime to the...
# squarelibraries
l
When you mention tying the service lifetime to the same scope as the zipline service, does that mean that it’s fine to open and close zipline instances for tasks that can run multiple times, as opposed to using some sort of app lifecycle (such as an Activity’s lifecycle or some NSNotification equivalent)?