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'm not sure about the cause of this limitation, but, apparently, it's not possible to call a function of a node with more that 5 parameters. If I do it, my channel stops, and, half of the times, my roku devices crashes and reset.
It would be useful to add some linters/compiler warnings about
defining a function in a component (exposed in the <interface />) with more than 5 parameters
calling [email protected](...) / node.callfunc("function", ...) with more than 5/6 parameters
The text was updated successfully, but these errors were encountered:
I'm not sure about the cause of this limitation, but, apparently, it's not possible to call a function of a node with more that 5 parameters. If I do it, my channel stops, and, half of the times, my roku devices crashes and reset.
It would be useful to add some linters/compiler warnings about
<interface />
) with more than 5 parameters[email protected](...)
/node.callfunc("function", ...)
with more than 5/6 parametersThe text was updated successfully, but these errors were encountered: