for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Cmobi\RabbitmqBundle\Rpc;
/**
* Cosumer to call another rpc server given current server
*
* Class RpcServerConsumer
* @package Cmobi\RabbitmqBundle\Rpc
*/
class RpcServerConsumer extends RpcClient
{
public function call()
$this->refreshChannel();
parent::call();
}