Limit on args passed through Callback()?

Hey guys, unfortunately I've changed the code since so can't produce logs easily, however I ran into a funny issue today:

 

I had an error in my logs while debugging my channel saying something along the lines of a limit of 5 concurrent args that can be passed through a callback function?  I had an error as I was trying to keep track of a total of 8 parameters through three separate levels of navigation (hence, three Callback(functions) etc).

 

Just wondering if this is the case and is there a way around it?

 

Cheers,

Jamie

I'm not aware of any practical limit on the number of args you can pass to a Callback. If you run into that again, try to grab the relevant log snippet and attach it here. Then we can try to dig into it a little more.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.