Victor Gazotti
Victor Gazotti
Hi! Could you please share a dump of your fist and the following requests?
Yes, it would be good to check a request that works and the failed request
which places you've got null?
Ok, I'll run some tests here and try to understand it. I changed your PR to WIP in order to avoid other issues
Thanks for open this issue! I'll check it out
Hi @albertcht! I think he's saying that the "emit" is always sending the message to the user with id 1 and 2 when it should send just to the user...
@AkioSarkiz What about the other users? I mean, if you have user 3. This user will get the message as well?
Well, I never see this before 👀 Have you tried with newer versions of Laravel?
Thanks for your help!
Try to run a nginx server in front of your swoole. Take a look at [this](https://github.com/swooletw/laravel-swoole/wiki/9.-Nginx-Configuration) exemple. You should avoid use the header() funcion of php directly when using swoole...