why @action is not batching notifications? Is my implementation of @action correct? #789
Unanswered
danteCarvalho
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Please show your full code including |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if the code has a 'await' the Observer is called even if the @action method is not finished, in this case the Observer is called 3 times after the "await Future.delayed(Duration.zero);"
Beta Was this translation helpful? Give feedback.
All reactions