Skip to content

Commit e54d287

Browse files
committed
missed this
1 parent 8618142 commit e54d287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Consumer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function (AMQPMessage $message) use ($connection, $options, $connectionName, $qu
127127
}
128128

129129
if ($options->rest > 0) {
130-
sleep($options->rest);
130+
$this->sleep($options->rest);
131131
}
132132
},
133133
null,

0 commit comments

Comments
 (0)