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
When writing a handler that never returns a value, using either the async await method or the callback approach, the wrapper will block the function from completing. This doesn't happen when the wrapper isn't used.
Expected Behavior
When writing a handler that never returns a value, using either the async await method or the callback approach, the wrapper will block the function from completing. This doesn't happen when the wrapper isn't used.
Actual Behavior
Function times out
As a work around, prepending async to the function fixes this
Specifications
The text was updated successfully, but these errors were encountered: