8000
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.
2 parents 268955f + 9793724 commit b975021Copy full SHA for b975021
README.md
@@ -53,7 +53,7 @@ use Enqueue\Fs\FsConnectionFactory;
53
54
$context = (new FsConnectionFactory())->createContext();
55
56
-$consumer = $consumer->createConsumer($context->createQueue('aQueue'));
+$consumer = $context->createConsumer($context->createQueue('aQueue'));
57
58
$timeout = 5000; // 5sec
59
if ($message = $consumer->receive($timeout)) {
0 commit comments