We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although the sample clearly uses a 'topic' based pub/sub system, the topic (in this case a zipcode) is not sent with the pattern shown in the doco:
"pub.SendMoreFrame("zipcode").SendFrame("some stuff");" where "zipcode" is the topic
ie the SendMoreFrame is not used for the topic.
The publish call includes the zip in the message....not as the topic. I guess it works because the subscriber is programmed to suit....
Regards
Rob
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Although the sample clearly uses a 'topic' based pub/sub system, the topic (in this case a zipcode) is not sent with the pattern shown in the doco:
"pub.SendMoreFrame("zipcode").SendFrame("some stuff");" where "zipcode" is the topic
ie the SendMoreFrame is not used for the topic.
The publish call includes the zip in the message....not as the topic. I guess it works because the subscriber is programmed to suit....
Regards
Rob
The text was updated successfully, but these errors were encountered: