This is just a theory I am looking for confirmation on. Can't find a lot of detail on the AdlibRegister() bit it almost appears as though if AdlibRegister() gets invoked at the exact moment you are in the middle of a Sleep() that AdlibRegister() will not get invoked and will not retry. Is the theory correct?
If it is how do you get around this delima? Rather then Sleep(30) put it in a loop of 30 sleeps at 1 sec a piece?
If it is how do you get around this delima? Rather then Sleep(30) put it in a loop of 30 sleeps at 1 sec a piece?