voryx / ThruwayBundle

Bundle for building Real-time Apps in Symfony
98 stars 47 forks source link

After upgrading to new release version 0.4.2 not publishing messages #100

Open vasanth-kumar-m-y opened 5 years ago

vasanth-kumar-m-y commented 5 years ago

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));

eloirobe commented 5 years ago

me too

tezrik commented 5 years ago

https://github.com/thruway/client/blob/532604ab58de1e271a368dae406685566c539c87/src/Peer/Client.php#L187