spatie / async

Easily run code asynchronously
https://spatie.be/en/opensource/php
MIT License
2.65k stars 179 forks source link

Possible infinite recursion #193

Closed tbela99 closed 2 years ago

tbela99 commented 2 years ago

possible infinite recursion with getPid() at

https://github.com/spatie/async/blob/master/src/Process/SynchronousProcess.php#L37

tbela99 commented 2 years ago

Sorry I misread the function name