Skip to content

Commit

Permalink
Use the react connector service in the worker command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwdan authored Jul 11, 2019
1 parent 2b80baf commit 15b9b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Voryx/ThruwayBundle/Command/ThruwayWorkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$client->addTransportProvider($transport);

$kernel->setProcessName($name);
$kernel->setClient($client);
$kernel->setClient($client, $this->getContainer()->get('voryx.thruway.client.react_connector'));
$kernel->setProcessInstance($input->getArgument('instance'));

$client->start();
Expand Down

0 comments on commit 15b9b06

Please sign in to comment.