You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really amazing and useful meteor pkg congrats @matb33 !
I'm using it to perform caching operations for subfields of documents I was wondering if
if any Collection.update(...); inside the after.insert callback is an asynchronous operation or Or I have to do this to get this:
Yes, they are sync for now. There is currently a discussion in #229 about this also. Thinking about adding support for returning a promise from a hook and wait for that before continuing on to the actual method.
hi
This is really amazing and useful meteor pkg congrats @matb33 !
I'm using it to perform caching operations for subfields of documents I was wondering if
if any Collection.update(...); inside the after.insert callback is an asynchronous operation or Or I have to do this to get this:
The text was updated successfully, but these errors were encountered: