We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f6f4f commit 80f5e68Copy full SHA for 80f5e68
DependencyInjection/OldSoundRabbitMqExtension.php
@@ -389,6 +389,7 @@ protected function loadRpcClients()
389
{
390
foreach ($this->config['rpc_clients'] as $key => $client) {
391
$definition = new Definition('%old_sound_rabbit_mq.rpc_client.class%');
392
+ $definition->setLazy(true);
393
$definition
394
->addTag('old_sound_rabbit_mq.rpc_client')
395
->addMethodCall('initClient', array($client['expect_serialized_response']));
0 commit comments