Update guide/source/2.8-migration.md

Co-authored-by: Frederico Maia <fredmaiaarantes@gmail.com>
This commit is contained in:
Denilson
2022-10-19 09:37:16 -03:00
committed by GitHub
parent 6b6b10b819
commit e2bb5f2dfd

View File

@@ -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>