Update v3-docs/docs/api/meteor.md

Co-authored-by: zodern <zodern@users.noreply.github.com>
This commit is contained in:
Denilson
2024-06-26 13:59:39 -04:00
committed by GitHub
parent 479e2c7494
commit 09f4897dd3

View File

@@ -395,7 +395,7 @@ even if the method's writes are not available yet, you can specify an
`onResultReceived` callback to [`Meteor.apply`](#Meteor-apply).
::: warning
Use `Meteor.call` only to invoke sync method. If you want to call invoke async methods, use `Meteor.callAsync`.
Use `Meteor.call` only to call methods that do not have a stub, or have a sync stub. If you want to call methods with an async stub, `Meteor.callAsync` can be used with any method.
:::