worker postmessage is not firing after some time

221 views Asked by At

Iam making a Worker Thread start , in this thread I make an Ajax call to get data and on worker receive message i bind data to grid.

NOTE ; I have 10 grids and whenever I change context(grid changes) and I call worker thread to get data and bind to grid.

everything works fine for a certain amount and suddenly worker thread stops posting messaes to my script.Iam not able to get whats happening.

Im also killing worker thread based on my logic.

Please find attached screenshot to see the pattern of how iam making worker calls and how iam getting response from worker thread.

Im not able to attach image here,hence sharing link

http://img834.imageshack.us/img834/7300/dwwu.jpg

Help appreciated.

0

There are 0 answers