Skip to content

Fix zmq publisher option string

Cyril Danilevski requested to merge fix/zmq_typo into 202202-new-features

@hammerd
While messing around with ZMQ, I noticed this string is misspelt, resulting in an error being raised when instantiating ShmemTrainMatcher devices.

This was tested by setting the publish pattern and seeing an error being raised before the fix.
After the fix, devices were instantiated and data was sent over zmq as expected.

Merge request reports