peerlibrary / meteor-reactive-publish

Reactive publish endpoints
https://atmospherejs.com/peerlibrary/reactive-publish
BSD 3-Clause "New" or "Revised" License
124 stars 16 forks source link

Meteor 3 #54

Open JanMP opened 5 months ago

JanMP commented 5 months ago

Seems like no one is working on getting this package fibre free? I can give it a shot. If anyone else already started, lets coordinate.

mitar commented 5 months ago

I got an e-mail from @nachocodoner recently about starting this and making a fork. I replied:

I do think it will be quite hard to make this work through with async. Current implementation heavily depends on fibers and it required quite extensive patching of Meteor core to get things working.

Ideally though, this feature should be part of Meteor itself, it would be easier to make it and maintain it as well. So consider maybe that as well.

Sadly, I do not use Meteor anymore myself, so I am not able to do this work myself.

JanMP commented 5 months ago

hmm, i was under the impression that Tunguska:reactive-aggregate was depending on the peerlibrary packages, seems I was wrong 🥳 (at least about recent versions).

nachocodoner commented 5 months ago

I'm personally interested in this library.

We're deeply involved in preparing the Meteor 3 official launch and handling various issues and migration requests from devs.

When I have more time, I plan to migrate this project to 3.0. Since I use it in my apps, I can't migrate without addressing this first. I'll attempt it later regardless.