Hello all,
is there anyway to pause a transaction for a short while (1 second) ? I
have implemented the push notification, when the callee get register I need
a short time to be sure that the app is completely start and can do its
duty. otherwise it missed the call. so I want to pause the transaction.
I have tested async_sleep("1"); it worked. is there any better solution ?
$var(hjoin) = 0;
lock("$tU");
async_sleep("1");