Hey guys
I have a very strange problem.
I have a global array like this:
MyArray= [1,2,3];
And i have a function that consums it.
In my frontEnd i call this function in a loop for lets say 50 times.
Now in this loop sometimes my function can not read this array and considers it as [0,0,0] !!!
How is it possible?
How can i solve this?
Oct 23, 2019, 11:21 AM
Not enough info to help you, and it seems like a complex problem. Maybe easier to help you on a forum
forum.eattheblocks.com
Oct 23, 2019, 11:52 AM
what info u need?
Oct 23, 2019, 12:40 PM
Code
Oct 23, 2019, 3:45 PM
https://forum.eattheblocks.com/t/how-to-ask-for-help/62
Oct 23, 2019, 3:56 PM