WebSocketBundle icon indicating copy to clipboard operation
WebSocketBundle copied to clipboard

:part_alternation_mark: Websocket server for Symfony applications (powered by Ratchet), includes a Autobahn.JS based JavaScript client

Results 48 WebSocketBundle issues
Sort by recently updated
recently updated
newest added

Can anyone share an example on how to do functional testing on the RPC services?

I think it's easy to solve my problem but I need a solution Let's take an example. I've two chatroom with theses URL URL1: http://127.0.0.1:8000/app_dev.php/app/example?ids=4;2 URL2 : http://127.0.0.1:8000/app_dev.php/app/example?ids=8;6 I well...

https://github.com/GeniusesOfSymfony/WebSocketBundle/blob/master/Pusher/AbstractPusher.php has in doPush(...) a parameter called $context, i suppose is for serialization context, is it true? In that case, why is not use in any implementation? for example in...

Hello, we have your bundle in our company running. In a physical machine and in a VPS. A bit later we had run the websocket bundle the number of apache...

Hi, I would like to store the topics and the messages in database, because i want to log the actions. Is there any built-in feature to save these informations to...

user is always anon even after session configured through redis

hi, I'm sorry to open ticket for my question , but actually I'm not pro in php and with your instruction not figure out how to install it in my...

I put a project on heroku and configured all the stuff accordingly to what I found [here](https://github.com/heroku/heroku-buildpack-redis/blob/master/README.md). My procfile looks like this `web: bin/start-stunnel $(composer config bin-dir)/heroku-php-apache2 web/` My config_prod.yml...

Hello everyone, This is not really an issue but rather a question about how to use the bundle for my use case. At first, please note I'm completely new to...

My app subscribes to 2 different topics. However the second one is a little below in the code. I suspect, time to time the second event doesn't register before connect,...