You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Reporting here because it appears to be an issue in async-io.
Here's how to reproduce:
require"async/reactor"require"async/io/shared_endpoint"require"async/http/endpoint"require"async/http/server"Async.logger.debug!endpoint=Async::HTTP::Endpoint.parse("http://localhost:4242")moduleServerdefself.call(*args)Async::HTTP::Protocol::Response[200,Protocol::HTTP::Headers.new,"hello from #{Process.pid}"]endendshared_endpoint=Async::Reactor.run{Async::IO::SharedEndpoint.bound(endpoint)}.waitAsync::Reactor.run{Async::HTTP::Server.new(Server,shared_endpoint,endpoint.protocol,endpoint.scheme).run}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting this error when trying to run an
Async::HTTP::Server
on Windows (async-io v1.29.0
):Reporting here because it appears to be an issue in
async-io
.Here's how to reproduce:
The text was updated successfully, but these errors were encountered: