You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Used http connection pool
$builder = new HttpClientBuilder();
$builder = $builder->usingPool(ConnectionLimitingPool::byAuthority(1500,new DefaultConnectionFactory()));
An http request is used in a while loop task. This exception occurs more than ten minutes after the task is executed. What is the cause?
Specific error information:
Uncaught AssertionError thrown in event loop callback Amp\Http\Client\Connection\Internal\Http2ConnectionProcessor::Amp\Http\Client\Connection\Internal{closure} defined in /var/www/hiwaifu_php/vendor/amphp/http-client/src/Connection/Internal/Http2ConnectionProcessor.php:1580; use Revolt\EventLoop::setErrorHandler() to gracefully handle such exceptions: Stream watcher invoked after stream closed
The text was updated successfully, but these errors were encountered:
// Used http connection pool
$builder = new HttpClientBuilder();
$builder = $builder->usingPool(ConnectionLimitingPool::byAuthority(1500,new DefaultConnectionFactory()));
An http request is used in a while loop task. This exception occurs more than ten minutes after the task is executed. What is the cause?
Specific error information:
Uncaught AssertionError thrown in event loop callback Amp\Http\Client\Connection\Internal\Http2ConnectionProcessor::Amp\Http\Client\Connection\Internal{closure} defined in /var/www/hiwaifu_php/vendor/amphp/http-client/src/Connection/Internal/Http2ConnectionProcessor.php:1580; use Revolt\EventLoop::setErrorHandler() to gracefully handle such exceptions: Stream watcher invoked after stream closed
The text was updated successfully, but these errors were encountered: