38 $startAt = microtime(
true);
42 $message = $this->receiveNoWait();
52 $timeSpent = microtime(
true) - $startAt;
53 $timeSpent *= 1000000;
54 $timeLeft = $timeout - $timeSpent;
63 $sleep = min($timeLeft, $this->pollingInterval * 1000);
68 $sleep = $this->pollingInterval * 1000;