Skip to content

v1.2.0

Compare
Choose a tag to compare
@paddor paddor released this 07 Jan 03:50
· 35 commits to master since this release
  • refactor waiting for socket readability/writability
  • fix ROUTER socket hanging in busy loop if ZMQ_ROUTER_MANDATORY flag is set and sending a message while no peers are connected
  • same for unconnected CLIENT sockets
  • slim down packaged gem
  • modernize examples
  • require Ruby 3.2
  • some exceptions changed from EAGAIN to IO::TimeoutError
  • Certificate.load and .new_from raise NotImplementedError if CURVE is not available