swlib / saber

⚔️ Saber, PHP异步协程HTTP客户端 | PHP Coroutine HTTP client - Swoole Humanization Library
https://packagist.org/packages/swlib/saber
Apache License 2.0
976 stars 124 forks source link

请教一下关于并发请求的问题. #152

Open Abbotton opened 1 year ago

Abbotton commented 1 year ago

使用SaberGM::requests()执行并发请求, 如果其中的某个请求执行失败, 剩下的其他请求会继续执行吗?