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
I'm integrating async-debug (it's awesome) and wanted to log the endpoint address. On Async::HTTP::Endpoint I found #url (what I'm probably conna use) and #address.
Calling #address causes a NoMethodError because IO::Endpoint::HostEndpoint#address doesn't exist.
Maybe that's supposed to be, maybe not. Just wanted to let you know.
The text was updated successfully, but these errors were encountered:
I'm integrating async-debug (it's awesome) and wanted to log the endpoint address. On
Async::HTTP::Endpoint
I found#url
(what I'm probably conna use) and#address
.Calling
#address
causes aNoMethodError
becauseIO::Endpoint::HostEndpoint#address
doesn't exist.Maybe that's supposed to be, maybe not. Just wanted to let you know.
The text was updated successfully, but these errors were encountered: