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

Include timeout logic to avoid dependency on reactphp/promise-timer #154

Merged
merged 1 commit into from Jan 15, 2024

Conversation

clue
Copy link
Owner

@clue clue commented Jan 14, 2024

This changeset adds timeout logic to avoid the otherwise unneeded dependency on reactphp/promise-timer. There are plans to deprecate the reactphp/promise-stream package as discussed in https://github.com/orgs/reactphp/discussions/475 and in either case I'd like to remove additional dependencies where possible.

This changeset does not otherwise affect our public API, so this should be safe to apply. The test suite confirms this has 100% code coverage and does not otherwise affect our APIs.

Builds on top of reactphp/socket#305, #150, #149 and others

@clue clue added this to the v3.0.0 milestone Jan 14, 2024
@clue clue requested a review from SimonFrings January 14, 2024 18:46
@SimonFrings SimonFrings merged commit e9de03f into clue:3.x Jan 15, 2024
16 checks passed
@SimonFrings SimonFrings deleted the include-timeout branch January 15, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants