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 8c9fe7b commit 05a8337Copy full SHA for 05a8337
src/Consumer.php
@@ -82,6 +82,8 @@ public function __invoke()
82
return;
83
}
84
85
+
86
+ $this->on('close_amqp_consumer', [$this, 'close']);
87
88
89
/**
0 commit comments