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

async-http adapter has an implicit dependency on async-io which was removed from async-http at version 0.65.0 #1055

Open
jakeonfire opened this issue Apr 26, 2024 · 1 comment · May be fixed by #1056

Comments

@jakeonfire
Copy link

jakeonfire commented Apr 26, 2024

as of https://github.com/socketry/async-http/releases/tag/v0.65.0 async-http does not use async-io anymore. but the async-http webmock adapter has an implicit dependency on async-io here:

pair = begin
Async::IO::Socket.pair(Socket::AF_UNIX, Socket::SOCK_STREAM)
rescue Errno::EAFNOSUPPORT
Async::IO::Socket.pair(Socket::AF_INET, Socket::SOCK_STREAM)
end

@jakeonfire
Copy link
Author

jakeonfire commented Apr 26, 2024

fix: #1056

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant