celluloid / celluloid-dns

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered DNS server
https://celluloid.io
57 stars 13 forks source link

README example does not work #3

Closed schmurfy closed 9 years ago

schmurfy commented 11 years ago

on my machine (OS X 10.8) the server just hangs when a request is received, I think it just get stuck on "@block.call" which never calls the block but never returns either (just tested with a quick puts debugging ;) ).

is it supposed to work ?

I tested it with latest celluloid release (0.14.1) and I tested both latest celluloid-dns release and master with the same result :(

tarcieri commented 11 years ago

You're right, something seems broken. I'll debug it when I have time.

Asmod4n commented 10 years ago

@schmurfy should work now on master.

schmurfy commented 10 years ago

thanks I will give it another try :)

Hermanverschooten commented 9 years ago

I am having the same problem on OSX Yosemite, with both MRI 2.2.0 and RBX 2.2.10. I tried with master, but that makes no difference.

tarcieri commented 9 years ago

Celluloid::DNS is defunct. Please use RubyDNS:

https://github.com/ioquatix/rubydns