laravel-echo-server icon indicating copy to clipboard operation
laravel-echo-server copied to clipboard

Socket.io server for Laravel Echo

Results 117 laravel-echo-server issues
Sort by recently updated
recently updated
newest added

Every few minutes a warning appears: ``` (node:1902) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with...

review

When using the Private channel, laravel-echo-server is sending a request to the apps (/broadcasting/auth). The user agent being empty and the remote address being the laravel-echo-server, the session is updated...

Guys, I'm using laravel-echo-server and socket.io-client. I'm having a problem that is to emit from client. I search any possibility but still not found. I found `` Echo.connector.socket.emit('EVENT_NAME', 'CHANNEL', {...

This error occurs randomly. I can not get a consistent way of replicating the issue. I am using Laravel 6.X and Laravel Echo Server 1.6.1. On by channels.php, I return...

I used laradock setting to create laravel-echo-server container which running in VM. Whenever I shutdown the VM ungracefully (a.k.a force shut down), I unable to start back the server within...

Add error info on 'Redis could not subscribe' (allow me to fix a bug with redis 7 (have to add subscribe permission on default user)

Everything was working fine but when i try to run `laravel-echo-server start ` from supervisor below error appear. ``` [11:25:15 PM] - zmMtehwMctWVHxFBAAAB joined channel: chats-channel [11:25:16 PM] - Preparing...

I have already asked here: https://stackoverflow.com/questions/65026362/laravel-echo-listener-not-working-on-frontend Please take a look.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Use Redis 6 with ACL user "databaseConfig": { "redis": { "path": "/run/redis/redis.sock", "password": "admin:xxxx" }...