We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41823f7 commit 3109fdaCopy full SHA for 3109fda
AmqpSubscriptionConsumer.php
@@ -34,6 +34,7 @@ class AmqpSubscriptionConsumer implements InteropAmqpSubscriptionConsumer
34
35
public function __construct(AmqpContext $context, bool $heartbeatOnTick)
36
{
37
+ $this->subscribers = [];
38
$this->context = $context;
39
$this->heartbeatOnTick = $heartbeatOnTick;
40
}
0 commit comments