em-udns icon indicating copy to clipboard operation
em-udns copied to clipboard

An async DNS resolver for EventMachine based on the udns C library

Results 3 em-udns issues
Sort by recently updated
recently updated
newest added

We've implemented some stellar EM-Udns stuff in our product - very happy with the performance. The only issue we've run into is that on a couple of our developer machines...

I get the following error while running it: ``` ruby-1.9.3-p392-railsexpress@propagationchecker/gems/em-udns-0.3.6/lib/em-udns.rb:1:in `require': cannot load such file -- eventmachine (LoadError) ``` It looks like eventmachine is still required.

Have you thought about solution like em-resolve-replace using em-udns? Or perhaps it is already done, but I couldn't find it.