berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Celluloid::IO::TCPSocket does not work on WIndows #183

Open capoferro opened 11 years ago

capoferro commented 11 years ago

https://github.com/RiotGames/ridley/blob/master/lib/ridley/host_commander.rb#L211

Celluloid issue reported here: https://github.com/celluloid/celluloid-io/issues/64

perlun commented 11 years ago

@bluepojo: That's actually a different issue, isn't it? Celluloid::IO works, but not DNS resolving host names (you have to use an IP address).