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
This would allow inline handlers to be completely inline and not have any asynchronous calls as originally intended by the framework and delegate all asynchronous calls to chains that are in async handlers.
This also adds a lot more burden on the developer to know this ahead of time so maybe it's not worth implementing.
The text was updated successfully, but these errors were encountered:
Make this optional
This would allow
inline
handlers to be completely inline and not have any asynchronous calls as originally intended by the framework and delegate all asynchronous calls to chains that are inasync
handlers.This also adds a lot more burden on the developer to know this ahead of time so maybe it's not worth implementing.
The text was updated successfully, but these errors were encountered: