You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: When you define a new subscription that makes the previous one obsolete such as for infinite load and text search it's difficult to deal with if you leave the page and come back as you can't select individual subscriptions in cache. Since you'd probably want to keep the subscription that has the higher limit and yet not duplicate this same subscription or possible default the text-based one to empty on leaving the page.
Solution: make a method that returns subscription from cache with it's arguments.
The text was updated successfully, but these errors were encountered:
Problem: When you define a new subscription that makes the previous one obsolete such as for infinite load and text search it's difficult to deal with if you leave the page and come back as you can't select individual subscriptions in cache. Since you'd probably want to keep the subscription that has the higher limit and yet not duplicate this same subscription or possible default the text-based one to empty on leaving the page.
Solution: make a method that returns subscription from cache with it's arguments.
The text was updated successfully, but these errors were encountered: