-
Notifications
You must be signed in to change notification settings - Fork 36
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
Has this become abandonware? #86
Comments
Would also be interested in an answer or recommendation of an alternative solution to this problem. |
Me too. I submitted a PR to this repo months ago, and am dealing with unfixed bugs. |
https://github.com/ccorcos/meteor-subs-cache has been marked as 'Deprecated' however there's a fork here https://github.com/ElvishJerricco/meteor-subs-cache with a bug fixed. The fork is also in atmosphere as "elvishjerricco:subs-cache" Since the fork was actively developed in the last 3 months maybe this could be a good starting point? |
Sent a pull request to ElvishJerricco/meteor-subs-cache, that ports the fix for issue ccorcos/meteor-subs-cache#4 |
I'm interested in porting this package to npm for use with RN. |
I was using https://github.com/ccorcos/meteor-subs-cache, was great but a few issues needed fix (particulary the "can't set timers inside simulation" issue). Overall, the package was great and gave more control over subscriptions and callbacks, but it has been deprecated, and now a maintainer is wanted. I would gladly continue to use it if someone shows up. Maybe @gaurav- or @ElvishJerricco ? |
@snajjar Looks like we have a new maintainer now: ccorcos/meteor-subs-cache#28 (comment) |
Starting testing on my company using new JS version. |
I'm just now considering using a sub manager.. Any news on the maintenance of this package? |
This one still works. There are a few others. May be worth using one of the
newer ones if you're starting with it now. But this package has been
working fine for years.
…On 5 Dec 2017 14:03, "eyalb" ***@***.***> wrote:
I'm just now considering using a sub manager..
This package is still the one mentioned in the galaxy docs:
http://galaxy-guide.meteor.com/apm-reduce-bandwidth-and-cpu-waste.html
<http://url>
Any news on the maintenance of this package?
Should I be using this one or a different one?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC8oX_JmH1taOGF3UaRf8_2LwHb0CkI4ks5s9TD1gaJpZM4J6GYK>
.
|
@elie222 thanks for replying.. any newer one you recommend? Though I'm sure this package works now, if in the future Meteor will change |
Potentially but I don't think massive changes are going to happen to pub
sub. I wouldn't worry about that and enough people use this that it will
get an update if needed. But it's been stable for years.
I can't find the other versions of it right now. Probably listed in the
issues here.
…On 5 Dec 2017 15:14, "eyalb" ***@***.***> wrote:
@elie222 <https://github.com/elie222> thanks for replying.. any newer one
you recommend?
Though I'm sure this package works now, if in the future Meteor will change
core pub/sub inner workings this package will be obsolete... no?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC8oX5o2leZcA4jLhW7MCJ3GMVUmKE_dks5s9UHDgaJpZM4J6GYK>
.
|
My company is using SubsManager for our site and we're having some issues. I'm looking through the issues list and see that some have been open since 2014 and others have only the original reporter's initial message and no response from @arunoda and the last commit was 6 months ago for a patch version bump.
If this has become abandonware, can anyone suggest a comparable subscription caching package that may still be under active development or at least getting regular bug fixes merged in? We've seen https://github.com/ccorcos/meteor-subs-cache but haven't tried it yet.
The text was updated successfully, but these errors were encountered: