I used thread.timers n it helped.
I also used method 'thread.join()' to make sure that my thread(i.e request n response block) runs completely b4 other request is made.
I used thread.timers n it helped.
I also used method 'thread.join()' to make sure that my thread(i.e request n response block) runs completely b4 other request is made.