Skip to content
New issue

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

PubSub sample (WeatherUpdate) doesn't use the recommended multi-part technique #4

Open
robvon opened this issue Jun 5, 2018 · 0 comments

Comments

@robvon
Copy link

robvon commented Jun 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant