-
### Reverb Version
1.4.1
### Laravel Version
11.28.1
### PHP Version
8.3.10
### Description
This is a docker swarm setup, and maybe will also be replicable in any other environment.
When redis…
-
### Reverb Version
1.1.0
### Laravel Version
10.48.20
### PHP Version
8.2
### Description
I am running Laravel Reverb on my Kubernetes cluster behind Cloudflare. Sometimes, the backend reports …
-
### Reverb Version
1.4.1
### Laravel Version
11.27.2
### PHP Version
8.3.6
### Description
Exposed a laravel reverb app. User has programmed his client a little wrong in java. Rec…
-
- Seems a lot of users face issues with observing public, private and presence channel messages on ably dev console.
- Link to internal conversation -> https://ably-real-time.slack.com/archives/CU8SX6…
-
* [laravel-broadcaster](https://github.com/ably/laravel-broadcaster/) supports laravel > 6.
* This requires updating official laravel web documentation with [laravel-broadcaster usage](https://github.…
-
### Reverb Version
1..0
### Laravel Version
11.21
### PHP Version
8.3
### Description
In the code block below the `$connection` variable of the `dispatch` function is ignored when using the `Pu…
-
I'm trying to create an application that integrates all the mentioned services in production environment, but getting "Not found" errors when broadcasting an event. I opted to using Docker in the vps …
-
In my laravel app I'm getting the following error message from Pusher, i'm a bit lost on what the error exactly means bit it seems to be triggered on this Pusher method:
```
Pusher\Pusher->trigger…
-
### Subject of the issue
I'm trying to implement a chat server using Laravel Echo, Redis, Websocket, Vue JS and tymon/jwt-auth. I need my broadcast auth route to be authenticated by jwt.
When I ma…
-
When we send a broadcasting job to be processed in background, because the job payload can be anything (whatever you want to pass to the view), we don't really use Laravel's `ModelIdentifier` class ([…