WebSocketBundle
WebSocketBundle copied to clipboard
:part_alternation_mark: Websocket server for Symfony applications (powered by Ratchet), includes a Autobahn.JS based JavaScript client
Hi! Thanks for this nice bundle, I have a pb, like a timeout or i don't know... When the page is loaded, everything works well, user are authentified, and can...
Hi. I have big headache configuring my NodeMCU Arduino to talk to the web socket. Here is the log from the NodeMCU : ``` [WS-Client] connect ws... [hostByName] request IP...
I'm trying to create a chat with symfony 3 and GosWebSocketBundle. This bundle use Autobahn and Ratchet to use WebSocket. My server actually work except when i stop it/restart it,...
Hi, I followed the installation method of the bundle on a SF 3 architecture and I do not understand the error, finally if I understand it but it is not...
For establishing a secure connection, we use the authentication feature to check access to our topics: ```PHP public function secure( ConnectionInterface $connection = null, Topic $topic, WampRequest $request, $payload =...
Hello, I used the WAMP pusher in production on my website but know that my users number is increasing, i get the following error: ``` Uncaught PHP Exception Gos\Component\WebSocketClient\Exception\BadResponseException: "WAMP...
Hi, Everything works fine initially, but after some period of inactivity the connection getting lost and can't able to subscribe.When try to send a messge, in browser console showing an...
I guess the title says all, this documentation is not fully about how to auth https://github.com/GeniusesOfSymfony/WebSocketBundle/blob/master/Resources/docs/SessionSetup.md
Anyone had any success to run WebSocketBundle together with cloudflare?
Everything is functional excepted that i get this error after a while whiteout client connection: > "PDOStatement::execute(): send of 916 bytes failed with errno=32 Broken pipe" Note that the service...