Код: Выделить всё
Route::get('testing', function () {
defer(function(){
// sleep(3);
Log::info('sleeping');
})
->always(); // Will always run defer once executed
return 'Rtoufasdfa';
});
Код: Выделить всё
PHP Fatal error: Uncaught Swoole\Error: API must be called in the coroutine in /var/www/html/routes/web.php:94
Stack trace:
2024-11-08 23:15:05,688 INFO reaped unknown pid 1093 (exit status 255)
2024-11-08 23:15:05,688 INFO reaped unknown pid 1094 (exit status 255)
#0 /var/www/html/routes/web.php(94): defer()
Подробнее здесь: https://stackoverflow.com/questions/791 ... s-returned
Мобильная версия