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

listing active subscription #37

Closed
krawalli opened this issue Mar 1, 2015 · 12 comments
Closed

listing active subscription #37

krawalli opened this issue Mar 1, 2015 · 12 comments

Comments

@krawalli
Copy link

krawalli commented Mar 1, 2015

what about having also a list with active subscriptions?

@msavin
Copy link
Owner

msavin commented Mar 1, 2015

Have it ready- launching it at 1k downloads

@msavin msavin closed this as completed Mar 1, 2015
@krawalli
Copy link
Author

krawalli commented Mar 1, 2015

you want me to write a download bot? :)

@msavin
Copy link
Owner

msavin commented Mar 1, 2015

Let's go low tech for this one. Shouting from roof tops will do :)

Sent from my iPhone

On Mar 1, 2015, at 12:34 AM, krawalli notifications@github.com wrote:

you want me to write a download bot? :)


Reply to this email directly or view it on GitHub.

@grigio
Copy link

grigio commented Mar 1, 2015

+1 If you "lazy load" the subscriptions when a Template is created you need to type Meteor.default_connection._subscriptions to see what's going on :)

@msavin
Copy link
Owner

msavin commented Mar 1, 2015

Yeah that's the plan. I'm planning to use object.observe to see how it's changing as well. I'm wondering if I should use a polyfill or fallback to 3 second polling if the developers browser doesn't support it.

Sent from my iPhone

On Mar 1, 2015, at 4:21 AM, Luigi Maselli notifications@github.com wrote:

+1 If you "lazy load" the subscriptions when a Template is created you need to type Meteor.default_connection._subscriptions to see what's going on :)


Reply to this email directly or view it on GitHub.

@krawalli
Copy link
Author

krawalli commented Mar 1, 2015

btw: grats for being two times in row in atmospheres weekly top 10.

Go for number three!

@msavin
Copy link
Owner

msavin commented Mar 1, 2015

Hmm maybe you're right. I just feel it's too soon for a marketing push

Sent from my iPhone

On Mar 1, 2015, at 9:29 AM, krawalli notifications@github.com wrote:

btw: grats for being two times in row in atmospheres weekly top 10.

Go for number three!


Reply to this email directly or view it on GitHub.

@grigio
Copy link

grigio commented Mar 1, 2015

I think 3s polling is acceptable, so why is this closed?

@msavin
Copy link
Owner

msavin commented Mar 1, 2015

I wonder if we should build an Object.observe polyfill for Meteor.js, because SessionInspector will need this too. That way we don't have a bunch of things polling at the same time.

@msavin
Copy link
Owner

msavin commented Mar 1, 2015

Thanks @krawalli

Let's get the bugs out, then launch 1.0 with the subscription watcher!

@msavin msavin reopened this Mar 1, 2015
@msavin
Copy link
Owner

msavin commented Mar 1, 2015

We can market it as a "make it reactive" package. Not every part of Meteor is reactive, and this can be used to tweak that as needed.

@msavin
Copy link
Owner

msavin commented Mar 12, 2015

@krawalli "meteor update" 🐹

@msavin msavin closed this as completed Mar 12, 2015
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

3 participants