You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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));
The text was updated successfully, but these errors were encountered:
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));
The text was updated successfully, but these errors were encountered: