I have a for loop running in c. And it runs a lua script to check on a file. Reads it and pushes it back to c.But the problem is that whenever the file changes the data pushed back to c never changes.How can I solve this?