Skip to content

v1.2.5

Compare
Choose a tag to compare
@paddor paddor released this 10 Jul 23:52
· 4 commits to master since this release
  • CZTop::Socket::ROUTER#wait_writable: don't raise SocketError if no peer is connected
    • even if ZMQ_ROUTER_MANDATORY is set
    • this can be used to wait for connected peers
    • set a #sndtimeo if you want a an exception
  • CZTop::Socket::CLIENT#wait_writable: don't raise SocketError if no peer is connected
    • this can be used to wait for connected peers
    • set a #sndtimeo if you want a an exception
  • CZTop::ZsockOptions#[] and #[]=: avoid calling #public_methods if possible