Replies: 6 comments
-
Same problem for me. Any solutions? |
Beta Was this translation helpful? Give feedback.
-
Same here. No news? |
Beta Was this translation helpful? Give feedback.
-
Me too, same here. No news? |
Beta Was this translation helpful? Give feedback.
-
I run this and the pubsub router's dev branch on one of my biggest clients' sites, purposefully so I can try to say with reasonable certainty that as long as the configuration isn't messed up that the bundles are working correctly (even with unit tests covering most of the code, that doesn't give full assurance that things actually work in the context of a Symfony app). You can also try cloning https://github.com/GeniusesOfSymfony/WebsocketAppDemo and seeing if you can reproduce your issue with the routes not being found. Aside from the last commit changing the bundle's config from YAML to PHP, what you've got in the snippets you've shared matches pretty well with that repo. |
Beta Was this translation helpful? Give feedback.
-
I'm |
Beta Was this translation helpful? Give feedback.
-
Same problem for me. Any hints on how to solve? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I tried to follow the Readme and I installed WebSocketBundle on a 5.2.6 Symfony.
I get this message "Unable to find route for acme/channel" when I subscribe to the topic from client
this is my code :
services.yaml
My AcmeTopic is the exact same as in the Readme.
my gos_websocket.yaml
my config/pubsub/routing.yaml
Also user is still anonymous while I see the session being stored in the sql.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions