Victor Gazotti
Victor Gazotti
Sorry, could reproduce but didn't find the bug at lumen yet =/
try the follow: https://github.com/swooletw/laravel-swoole/wiki/9.-Nginx-Configuration
Hello, thanks for reporting this issue. Well, looks it will always be false indeed Introduced at https://github.com/swooletw/laravel-swoole/pull/462 We should find a better way to fix the lfi issue by changing...
Looks we could apply the realpath in both cases
Maybe we could use the "finder": https://github.com/laravel/octane/pull/112/files
see https://github.com/swooletw/laravel-swoole/pull/462
Hi! I think you need to use other events, like: onStart, onOpen, etc. Please, take a look at: https://github.com/swooletw/laravel-swoole/wiki/7.-Websocket and https://www.swoole.co.uk/docs/modules/swoole-websocket-server
It looks wierd to me. Doesn't look like swoole problem imo. Are you using nginx or other web server or just swoole?
Hi, thanks for your contribution! I didn't get why you got this error after starting your swoole event loop. Help me understand your case: 1 - did you run php...
How did you run it @adrianowead ?