Replies: 1 comment
-
I've tried:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is quite strange. I have an Event that
ShouldBroadcastNow
:When I look at my production logs, I see
RunStreamed preparing broadcast data
logs accurately show each word in the logs. I'd expect each word to be broadcast.I'm running
php artisan reverb:start --debug
on production and the logs for that show every few events not show up in the reverb logs. Meaning, every few words aren't broadcast.I am basically running
broadcast()
in a loop and maybe that's the problem? I'm not sure.Are there some Reverb limits that aren't well documented? I Feel like running a broadcast in a loop, regardless of how fast the loop is, shouldn't cause issues.
Beta Was this translation helpful? Give feedback.
All reactions