MARiA so cute

Results 173 comments of MARiA so cute
trafficstars

有具体的代码可以看看吗,会不会是两个请求同时共用了一个连接,看看这个连接是不是一个全局变量。

有没有试过用postman发送两次请求,看看会不会导致这样的问题

可以提供一下复现代码或者触发这个bug的流畅吗,谢谢

Hi, you can set max_wait_time and reload_async to reload or stop worker softly.

I think it is hard to achieve it. This is an endless loop.

Hi. This exception is swoole fatal error not php fatal error so it can not be catched. The programs can not execute shutdown callbacks that were registered by `register_shutdown_function` because...

I can not reproduce this error. Here is my code and it can work successfully. ```php [$response, $result] = Octane::concurrently([ fn() => UserModel::find(1)->toArray(), fn() => UserModel::find(2)->toArray() ]); ``` My Octane...

> Make sure you pass it through a resource with a collection It can work successfully too if passing it with collection. ```php [$response, $result] = Octane::concurrently([ fn() => UserModel::get(),...

> Hello @NathanFreeman use an API resource. https://laravel.com/docs/8.x/eloquent-resources for more information on eloquent resources that need the model data to be passed through. OK, I will test it as soon...

@maher1337 Hi. Does this error occur every time when you run the code? Could you provide more information to reproduce it? It may be caused by memory error.