We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is a follow up on a discussion that occurs on telegram: @trowski specified it should be an issue, so I open one!
It's related to the discussion I already opened here: #363
Using this code:
$this->response->getBody()->close();
Results in an error like the following:
PHP Fatal error: Uncaught Amp\Pipeline\DisposedException: The iterator has been disposed in vendor/amphp/pipeline/src/Internal/QueueState.php:185
Instead, a cancellation exception is expected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is a follow up on a discussion that occurs on telegram: @trowski specified it should be an issue, so I open one!
It's related to the discussion I already opened here: #363
Using this code:
Results in an error like the following:
Instead, a cancellation exception is expected.
The text was updated successfully, but these errors were encountered: