web-socket icon indicating copy to clipboard operation
web-socket copied to clipboard

Laravel library for asynchronously serving WebSockets.

Results 12 web-socket issues
Sort by recently updated
recently updated
newest added

Hi here are my steps My Apache is 2.4.34 on Centos server in my route $socket->route('/myclass', new MyClass(), ['*']); //All Certificates and domain is working fine here. SSLProxyEngine On ProxyPreserveHost...

Can you publish a demo application with source code? Like chat application?

I've configured this to listen on 127.0.0.1 behind apache proxy. The proxy redirection work well but i've got a 404 error for response !? I know the response is from...

Basically I need to provide public access to Laravel restful api's and a websocket to a couple third parties for services. If I hit the socket locally, site.test:8000, works fine...

Trying to connect using socket.io but in the bowser console it see this message on apache server. > Failed to load http://localhost:3000/socket.io/?EIO=3&transport=polling&t=MLeLFBF: No 'Access-Control-Allow-Origin' header is present on the requested...

I got the websocket set up, pasted in the auth methods, but $conn->WebSocket doesn't contain a `request` object. Is it possible to get the cookies some other way? `$conn` has...

Feature Request. Ability to have parameters in websocket url for use for/as, auth codes api keys. like that. Examples as how you can add parameters in the normal laravel routing...

Hey there! Thanks for making this package, works like a charm on my side. I was wondering if there is an easy way to use secure websockets (WSS) rather than...

if I inject the dependency that I need inside the constructor it doesn't work ``` /** * MyClass constructor. */ public function __construct(MessageService $messageService) { $this->clients = new \SplObjectStorage(); $this->messageService...

When working locally on a VM, the socket cannot be started, because of an exception being thrown whenever xdebug is enabled in the installation. ``` Exception trace: 1 trigger_error("XDebug extension...