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
I mean, does the transition wait for the side effect to complete to change state ?
I would like to do a network call on Event before applying a transition. Since I can't do it inside the on<Event.Foo> {} what if I do that as a side effect, would the side effect 'block' the state till the asynchronous call is done ?
The text was updated successfully, but these errors were encountered:
Do you support asynchronous event handling ?
I mean, does the transition wait for the side effect to complete to change state ?
I would like to do a network call on Event before applying a transition. Since I can't do it inside the on<Event.Foo> {} what if I do that as a side effect, would the side effect 'block' the state till the asynchronous call is done ?
The text was updated successfully, but these errors were encountered: