We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72b339f + 8ffb5ed commit e56b22cCopy full SHA for e56b22c
pkg/amqp-lib/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