-
-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Meteor 2.8+ is rushing to get rid of fiber and replace everything with *Async. Docs: https://guide.meteor.com/2.8-migration.html
Do you plan to support it in the FilesCollection
, too? I.e. writeAsync
, findOneAsync
, forEachAsync
.
I don't really understand the consequences of using the current non-async FilesCollection
methods in a meteor async method. Nevertheless, it seems to work.
make-github-pseudonymous-again, bratelefant, tylercapx and dallman2