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 49 WebSocketBundle issues
Sort by recently updated
recently updated
newest added

I have this error when execute composer: You have requested a non-existent parameter "gos_web_socket.server.host" problem? thanks!

question

There are a lot of deprecated notes like: ``` 16:28:01 | php | User Deprecated: The "gos_web_socket.data_collector.websocket" service is deprecated and will be removed in GosWebSocketBundle 4.0.Show context    Show trace...

question

Hi we we to display the message to both of the sender and the receiver of the private message. This code work to show only to the receiver : `if...

question

I'm using this Bundle as backend on symfony, and extracted the frontend for my Cordova app. Connecting and subscribing and all the rest works great! However, since external apps are...

question

Hello, i want to use this bundle to manage the signaling server for WebRTC, is there any documentation about it or someone tried it?

question

There are different types users in my database. Some of the notifications, I want to send to specific type of user, some notification to a specific user irrespective of type....

question

Hello I'm using it with Symfony2.8 ```config.yaml gos_web_socket: shared_config: true periodic: - "@app.web_scocket.periodic.reconnect" client: firewall: [user, main, admin] session_handler: "@snc_redis.session.handler" storage: driver: "@app.web_scocket.storage.driver" server: host: "%web_socket_server.host%" port: "%web_socket_server.port%" origin_check: false...

question

Hello, im following the steps to run this websocket server. 1. composer require is aborting because wrong php version, ok updated. 2. the config file was not created, manually added...

question

Hello, I have an API (Symfony 3) that works with the following repository: [https://gist.github.com/diegonobre/341eb7b793fc841c0bba3f2b865b8d66](url) It works using tokens and it works quite well. The jWe part of the GosWebSocketBundle client...

question

need more explaine about "push" function. i cant undrestant this line ``` $pusher->push(['my_data' => 'data'], 'user_notification', ['username' => 'user1']); ``` please review the readme.md