Azure-Samples / MqttApplicationSamples

Samples implementing common PubSub patterns for Edge and Cloud Brokers
MIT License
23 stars 25 forks source link

Command scenario uses incorrect build names #62

Closed sseiber closed 1 year ago

sseiber commented 1 year ago

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

The documentation uses the wrong build name/paths when asking the user to run the samples.

In this section: https://github.com/sseiber/MqttApplicationSamples/tree/main/scenarios/command#game_die-run-the-sample

the documentation asks the user to run "dotnet/command_producer..." and "dotnet/command_consumer..." when it should be "dotnet/command_server..." and "dotnet/command_client...".

sseiber commented 1 year ago

After this PR 61 is approved (or denied and closed) I have another PR ready for this change.