#Server crashing because of iterating through Json files

1 messages · Page 1 of 1 (latest)

placid pike
acoustic dust
#

your maxRuns is useless

#

you have to define this outside the while loop

#

right now you just initialize it to int maxRuns = 1 every while loop iteration

#

and then check if maxRuns == 5 after incrementing it once

placid pike