一開始正常,運(yùn)行10分鐘后,就會出錯(cuò),Gateway::getAllGroupIdList()返回的數(shù)據(jù)會缺失一部分。 環(huán)境:php8.0.1到8.0.7都會出現(xiàn)這個(gè)問題。 提取了可重現(xiàn)代碼如下: <?php use GatewayClient\Gateway; use Swoole\Process; require __DIR__.'/../vendor/autoload.php'; $Test = n...