-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hello @saeedvaziry nice package, this can be the missing piece that PHP is needing,
if I pass any variable is working fine
AsyncHandler::dispatch(function () use ($user) { logger('test'); });
but if you pass the $request object to AsyncHandler::dispatch fn, I always get a 500 error, it's the expected behave or I'm missing something,
AsyncHandler::dispatch(function () use ($request) { logger('test'); });

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working