The client is based on the EventMachine and AMQP gems, and although for once it worked perfectly on Windows -
(.... yes, frame that last sentence for posterity folks....)
- it was giving bizarre EAFNOSUPPORT socket errors on Mac.
It turns out that, for various obscure reasons, resolving "localhost" is not entirely straightforward on the Mac. There are two quick-and-easy ways round it:
- If you have IPv6 mappings for localhost in your /etc/hosts file, comment them out
- Replace "localhost" in your connection params with the explicit "127.0.0.1" instead
Sorted!
No comments:
Post a Comment