Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL: http://github.com/socketry/async-http/discussions/197
ref="https://github.githubassets.com/assets/github-6e7c458caf1e80bb.css" />
Uh oh!
There was an error while loading. Please reload this page.
-
I copied the test code from the docs into a little script and also
required Ruby'sdebuggem.As shown below, I've placed a breakpoint just before the request is made. I then run the request in the debugger using the exact line in the script:
response = client.get("/"), but the debugger hangs and there's no response.Running without the debugger works absolutely fine. It's no big deal for my actual work but I'm just curious as to why this happens?
Beta Was this translation helpful? Give feedback.
All reactions