zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 195 forks source link

Enable dynamic ports for tests to avoid issue #146 #203

Closed benjamg closed 6 years ago

benjamg commented 6 years ago

one of the auth tests is missing it's dynamic port change because it spins up both parts in separate threads. I should probably add some code to use a future to pull out the endpoint when it is calculated/needed.