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
I tried use older version but is not compatible with symfony 5.
It is possible use deprecated WampPusher class? I haven`t registered WampPusher as service. When I register WampPusher as service I get error that WampPusher need WampRouter which is not registered as service. WampRouter has depencency of type RouterInterface .....
How can I register all necessary services? Am I doing something bad?
Hi,
I want to send message to my websocket Topic from controller. I found documentation for version 2 but for version 3 is missing.
Have I use symfony/messenger for version 3 instead pushers?
Is there some example of using? I am newbiew in symfony and websockets and some example will help me.
Thanks
This is my ChatTopic where I need implement ReceiiverInterface
The text was updated successfully, but these errors were encountered: