We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a0564 commit f20eb9bCopy full SHA for f20eb9b
src/Idle.php
@@ -150,7 +150,7 @@ protected function done(): void
150
protected function idle(CarbonInterface $ttl): Generator
151
{
152
yield from $this->mailbox->connection()->idle(
153
- (int) Carbon::now()->diffInSeconds($ttl)
+ (int) Carbon::now()->diffInSeconds($ttl, true)
154
);
155
}
156
0 commit comments