After upgrading to new release version 0.4.2 in symfony version 3.4 as Pawl Socket Connector as a Service is Added it's causing the issue where messages been published to wamp topics but is not connecting at all to the server.
If i remove the passing Socket Connector as a Service to PawlTransportProvider in ClientManager it will work..
$client->addTransportProvider(new PawlTransportProvider($this->config['trusted_url'], $this->connector));
After upgrading to new release version 0.4.2 in symfony version 3.4 as Pawl Socket Connector as a Service is Added it's causing the issue where messages been published to wamp topics but is not connecting at all to the server. If i remove the passing Socket Connector as a Service to PawlTransportProvider in ClientManager it will work..
$client->addTransportProvider(new PawlTransportProvider($this->config['trusted_url'], $this->connector));