laravel-websockets
laravel-websockets copied to clipboard
Simultaneous broadcast not working
Hi. I use this for Broadcasting.
But when users simultaneously send each other a message in a private channel, only one is broadcast.
I checked the broadcast queue and it works correctly. When sending at the same time, 2 jobs are created. I do not know what the problem is.
But he debug page shows correctly that two message send events were generated. But in my react application, only one event is received when it is sent at the same time.