This repository was archived by the owner on Jun 4, 2022. It is now read-only.

Description
Please use this template for reporting suspected bugs or requests for help.
Issue Description
From the current documentation and examples, it is unclear to me whether the API supports publishing a message on a specific topic. Is this possible using the fbzmq API?
Environment
- tag or commit hash on which this occured
- OS version: <e.g. ubuntu-16.04>
Mint 18.3 (Ubuntu 16.04)
Minimal test code / Steps to reproduce the issue
What's the actual result?
Current send*() methods on the API do not seem to support publishing on a topic for a ZMQ_PUB socket.
What's the expected result?
send*() methods on the API have a parameter to publish on a topic.