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
Currently, an async block can only capture 16 variables (tuple fields count as individual variables here). This is a limit imposed by the number of inputs we can have for a function.
Instead, we should bundle some inputs into structs if an async block is attempting to capture more than 16 variables.