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
onCreated(function(){
var self = this;
self.autorun(function(){
mySubs.subscribe('subcription').ready();
});
});
Now if for unexpected reason my subscription is killed, it auto recreate it
So dont forget to inscrease cacheLimit else you will get anything like this: infinite resubscribe
I find useful to share this, because occasionally my subs was lost while they are displayed
The text was updated successfully, but these errors were encountered:
Buom01
changed the title
Subscription killed - I have add .ready() to each subs
Subscription killed and doesn't bepass cacheLimit - I have add .ready() to each subs with high cacheLimit
Nov 30, 2016
Hi,
to prevent unsubscribes due to (subs limit ?) or app freeze on a global instance of submanager, I transform my script from:
to:
Now if for unexpected reason my subscription is killed, it auto recreate it
So dont forget to inscrease
cacheLimit
else you will get anything like this: infinite resubscribeI find useful to share this, because occasionally my subs was lost while they are displayed
The text was updated successfully, but these errors were encountered: