Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SwooleContextHandler.php (#209)
If the exception in the coroutine is not caught or other unknown circumstances, the code stack will run in a non-coroutine. At this time, Coroutine::getPcid($pcid) will return false, and SwooleContextHandler::isForked(int id) will raise a TypeError. fatal error
- Loading branch information