i have this piece of code that read some value from database. what happens is that sometimes it reads it, other times the code is too fast and function finishes the execution without reading the value from database. i tried putting sleep and while loop to
make sure it does everytime but still doesnt work all the time. is there any other ways to tackle this? thanks!
Go to the complete details ...