Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with SubscriptionManager. #13

Open
txs opened this issue Mar 22, 2015 · 0 comments
Open

Working with SubscriptionManager. #13

txs opened this issue Mar 22, 2015 · 0 comments

Comments

@txs
Copy link

txs commented Mar 22, 2015

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant