mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update guide/source/2.8-migration.md
Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ As said before, the `callAsync` should be used to call async methods.
|
||||
|
||||
We do not consider this version of the `callAsync` as the final product. It has its limitations when your methods have a [stub](https://docs.meteor.com/api/methods.html#:~:text=was%20received%20on.-,Calling,and%20you%E2%80%99ll%20have%20to%20wait%20for%20the%20results%20from%20the%20server.,-If%20you%20do), and it should be used where you know it won't affect other parts of your application.
|
||||
|
||||
We'll continue working on it to find a solution where these limitations don't exist.
|
||||
> We will revisit these limitations soon and try to find a solution where these limitations do not exist.
|
||||
|
||||
<h3 id="the-limitations">The callAsync limitations</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user