Closed mrVrAlex closed 1 year ago
In release notes for openswoole v22 have:
Remove deprecated function Coroutine::listCoroutines, use Coroutine::list
Coroutine::listCoroutines
Coroutine::list
but in core still using this method https://github.com/openswoole/core/blob/master/src/Coroutine/functions.php#L305
So this is mistake in library or openswoole still support this method? BTW: Also in ide-helper exists listCoroutines method.
@mrVrAlex this repo is read only. Please post your issues or PR at https://github.com/openswoole/openswoole
In release notes for openswoole v22 have:
but in core still using this method https://github.com/openswoole/core/blob/master/src/Coroutine/functions.php#L305
So this is mistake in library or openswoole still support this method? BTW: Also in ide-helper exists listCoroutines method.