htbaapub.zmq 0.03 released

I’ve released htbaapub.zmq 0.03, a wrapper for ZeroMQ. This release fixes data corruption when sending messages. The corruption was caused by BlitzMax collection String data a bit too soon. This was a tough one to find as garbage collectors are hard to predict.

As of now htbaapub.zmq also contains several unit tests to make sure everything works as expected. It doesn’t have full coverage, but I’ll improve this in the future. In case anyone is interested, the test module used is bah.maxunit.

You can install this version with maximus, download it or fetch the sources from GitHub.

Scroll to Top