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
Currently, calling close() on a pending Request stream does not necessarily close all underlying resources.
close()
Request
Also, it should probably cancel a pending connection attempt, so this likely depends on reactphp-legacy/socket-client#40
The text was updated successfully, but these errors were encountered:
Calling close() should stop connecting / sending as expected and then close the stream, see also #70 for more details about improper event handling.
This is something I'll look into shortly
Sorry, something went wrong.
clue
Successfully merging a pull request may close this issue.
Currently, calling
close()
on a pendingRequest
stream does not necessarily close all underlying resources.Also, it should probably cancel a pending connection attempt, so this likely depends on reactphp-legacy/socket-client#40
The text was updated successfully, but these errors were encountered: