I am migrating to meteor 3.2 and as ddp-apollo uses fiber, it isnt compatible anymore. is there an alternative to it? or has someone forked and added their own custom changes to the ddp-apollo repo?
How much effort is needed if i want to write my own ddp-apollo-like package?
Thanks in advance, hope you have a nice day!
Unfortinatelly I dont know an alternative but you can fork the ddp-apollo, solve the issues and provide it as a pkg
Here you can see how to create a package to Meteor
https://guide.meteor.com/writing-atmosphere-packages
I had to deal with this and solved it! It took about a month of spare time hours.
If there’s anything you have questions about, please let me know.
Hi dotasaur,
It sounds like you’re facing quite a challenge with the migration to Meteor 3.2. While I don’t have a direct alternative to ddp-apollo
, forking it and addressing the compatibility issues could be a solid approach. It might also help to check out the Apollo documentation or community forums for any recent updates or similar projects.
I’ve solved this, as noted in my previous post in this thread. But if the OP or another member would like to update ddp-Apollo using the code I provided (with input and advice from forum members), it would make it much easier for Meteor users.