chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

Improve rescue of ZeroMQ discovery #97

Closed pbrit closed 11 years ago

pbrit commented 11 years ago

This change is consist of two parts.

  1. The first one is about error message in case of LoadError.

    When I tried to figure out #96 I hadn't chance to understand what's going on.

    The message of LoadError exception is really long, but have full view of discovery process.

    I think it would be great if people will see full story of discovery process.

  2. The second one is about double map execution.
chuckremes commented 11 years ago

Thank you for the second patch. I will add you to Authors and give you a commit bit on this repository in a few days.