Skip to content

Commit 4ab3f5e

Browse files
committed
No need to close the channel
1 parent 7491939 commit 4ab3f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rejection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(
3131

3232
public function teardown(): void
3333
{
34-
$this->channel->close();
34+
// $this->channel->close();
3535
$this->connection->stop();
3636
}
3737

0 commit comments

Comments
 (0)