Viktorie Krajčíková

Results 3 comments of Viktorie Krajčíková

thanks for answer, but when I try inject pusher as argument to my controller in costructor ``` /** * @Route("/api/language", name="language_api") */ class LanguageController extends BaseEntityController { private WsNotificator $wsNotificator;...

I am sorry, I am newbie in symfony and I am not sure how do you think exactly. I have registered only one pusher (wamp) ``` gos_web_socket: pushers: wamp: enabled:...

Same problem :( 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...