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
The example given in the README is missing which require headers are necessary. Based on the errors you get when trying to run it bare the following would make sense:
Ideally Async::DNS would just load whatever it needs as dependencies, at least if that doesn't cause any trouble. It'd be nice if require 'async/dns' or require 'async/dns/resolver' was sufficient.
The text was updated successfully, but these errors were encountered:
The example given in the README is missing which
require
headers are necessary. Based on the errors you get when trying to run it bare the following would make sense:Yet this results in:
NoMethodError: undefined method
each' for Async::IO::Endpoint:Class`What's missing is:
Ideally Async::DNS would just load whatever it needs as dependencies, at least if that doesn't cause any trouble. It'd be nice if
require 'async/dns'
orrequire 'async/dns/resolver'
was sufficient.The text was updated successfully, but these errors were encountered: