Skip to content

Commit c065826

Browse files
authored
Update Publisher.php
1 parent 99c668f commit c065826

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Publisher.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ public function publish(Amqp\AmqpMessage $message, $retry = 0, $onRetry = null,
133133
} catch (\Exception $exception) {
134134
$error = $exception;
135135

136-
$this->producer(true);
137-
138136
if (isset($onRetry) && \is_callable($onRetry)) {
139137
\call_user_func_array($onRetry, [$this, $error]);
140138
}

0 commit comments

Comments
 (0)