Skip to content
New issue

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

Fix ResourceInputStream not properly nulling the resource on close #68

Merged
merged 2 commits into from
Oct 27, 2019

Conversation

kelunik
Copy link
Member

@kelunik kelunik commented Oct 26, 2019

This causes the stream to be reported as open by amphp/socket, which in
turn causes InvalidWatcherErrors in amphp/http-client, because the
socket is reported as still open and thus referenced.

Fixes #67.

This causes the stream to be reported as open by amphp/socket, which in
turn causes InvalidWatcherErrors in amphp/http-client, because the
socket is reported as still open and thus referenced.
@kelunik kelunik requested a review from trowski October 26, 2019 14:28
@trowski trowski merged commit 9d82056 into master Oct 27, 2019
@kelunik kelunik deleted the issue-67 branch October 28, 2019 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Invalid watcher issue in ResourceInputStream
2 participants