-
Notifications
You must be signed in to change notification settings - Fork 557
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
Replace Async::IO::Socket usage with stdlib Socket… #1056
Conversation
…pter to remove implicit dependency on async-io
@bblimke, could you take a look at this when you get a chance? |
@jakeonfire Thank you for the PR and the fix. Is it worth having conditional logic to keep compatibility with version < 0.65? |
these changes are backwards-compatible |
should i revert the version number change? otherwise you can overwrite it after merging. |
The Ruby 3.0 build, which uses async-http 0.64.2 is failing. |
@bblimke looks good now 👍 |
Much simpler indeed. Thank you @jakeonfire 👍 |
It's now released as version 3.23.1 |
…for
async-http
adapter to remove implicit dependency onasync-io
async-io
was removed as a dependency fromasync-http
in version 0.65.0: https://github.com/socketry/async-http/releases/tag/v0.65.0fixes: #1055