zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.94k stars 757 forks source link

Fix handshake event don't need DRAFT API in libzmq v4.3.0 and above #509

Closed hirokiht closed 3 years ago

hirokiht commented 3 years ago

A rather straightforward fix for allowing access to handshake events in stable libzmq v4.3.0 which they were promoted as stable API.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1044589963


Files with Coverage Reduction New Missed Lines %
zmq.hpp 2 82.31%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 1038255549: 0.0%
Covered Lines: 794
Relevant Lines: 925

💛 - Coveralls
gummif commented 3 years ago

Thanks