diff --git a/src/Rejection.php b/src/Rejection.php index 7305c59..9900376 100644 --- a/src/Rejection.php +++ b/src/Rejection.php @@ -31,7 +31,7 @@ public function __construct( public function teardown(): void { - $this->channel->close(); +// $this->channel->close(); $this->connection->stop(); }