ErrorException: unserialize(): Error at offset 50 of 219250 bytes in vendor/spatie/fork/src/Task.php:115 #29
Unanswered
FlaviuRadulescu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am downloading some jsons from the internet and returning them (in the callback) in an array with the format
return array('countryCode'=> $countryCode, 'data' => $downloadedStringJson);
Beta Was this translation helpful? Give feedback.
All reactions