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
The issue is that I don't know how to work this subscription with i18n-db.
This is the settings I'm currently working on.
Subs = new SubsManager({
// maximum number of cache subscriptions
cacheLimit: 10,
// any subscription will be expire after 5 minute, if it's not subscribed again
expireIn: 5
});
I'm using SubscriotionManager.
The issue is that I don't know how to work this subscription with i18n-db.
This is the settings I'm currently working on.
Subs = new SubsManager({
// maximum number of cache subscriptions
cacheLimit: 10,
// any subscription will be expire after 5 minute, if it's not subscribed again
expireIn: 5
});
Subs.subscribe('allUserData'),
Subs.subscribe('groups'),
How do I extend on top of this?
TAPi18n.subscribe("inventors", 1800);
The text was updated successfully, but these errors were encountered: