Victor Gazotti
Victor Gazotti
Are you using a socket.io client as said before?
As @solaz3 said, you should inject the headers directly in your nginx before getting them in your code
Are you using socket.io?
Well, I imagine that you're manually cleaning your singleton instance at every request isn't it? As each request runs as Coroutine I think you could use Channels. Table could be...
Well, this looks weird to me. This is exactly the behavior that swoole would provide to you. I did some tests here as well: Request 1: ``` "Log: 0000000023b4852d000000001920f5f7" "View:...
Hum, maybe... I'll run some tests with lumen to check it
Not yet, sorry
Sorry for the late reply. I'm able to reproduce this behavior with Lumen but not with Laravel. I think it's any particularity with Lumen. I'm looking toward it at this...
Hey @albertcht sorry to bother you. Could you try to give us some light here? I reproduced this and it's happening only with lumen. I tried to debug Sandbox but...
Yes, I reproduced your test and it's happening with Lumen. I tested with Laravel and is everything ok. I haven't found any problem with Sadbox, my guess is some problem...