laravel-websockets icon indicating copy to clipboard operation
laravel-websockets copied to clipboard

Simultaneous broadcast not working

Open dunakov opened this issue 2 years ago • 0 comments

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.

Снимок экрана 2022-07-01 в 14 25 30

dunakov avatar Jul 01 '22 11:07 dunakov