Skip to content

Commit

Permalink
Merge pull request #18 from gdubost/fix/36025
Browse files Browse the repository at this point in the history
[FIX#36025] Suppression de la gestion du timeout coté connection rabbitmq
  • Loading branch information
TinyTinyKame authored Oct 12, 2016
2 parents 17ab1c9 + 9a8132f commit 0e13ba6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/RabbitMQServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ function () use ($app, $name, $options) {
$amqp_class = 'PhpAmqpLib\Connection\AMQPConnection';
}

$amqp_args[] = [
'read_write_timeout' => 60,
'heartbeat' => 30
];

$reflection = new \ReflectionClass($amqp_class);
$connection = $reflection->newInstanceArgs($amqp_args);

Expand Down

0 comments on commit 0e13ba6

Please sign in to comment.