xaya / libxayagame

MIT License
21 stars 19 forks source link

Update usage of C++ ZMQ bindings #94

Closed domob1812 closed 4 years ago

domob1812 commented 4 years ago

Some functions from the C++ ZMQ bindings we were using have been deprecated in the latest versions, resulting in build errors in those cases. In this change, we switch to the newer functions introduced and that should be used instead.

Note that this requires installing the ZeroMQ C++ bindings from source in Debian 10 "Buster", but that should be fine.

This fixes #92.