Azure-Samples / Iot-Telemetry-Simulator

The IoT Telemetry Simulator allows you to test Azure IoT Hub or Eventhub ingestion at scale. The implementation is communicating with Azure IoT Hub using multiplexed AMQP connections. An automation library allows you to run it as load test as part of a CI/CD pipeline.
MIT License
67 stars 49 forks source link

Accept Intervals and Interval parameters to set timespan between telemetries #42

Closed fbeltrao closed 2 years ago

fbeltrao commented 2 years ago

Purpose

Fixes #41

Does this introduce a breaking change?

[x] Yes (undocumented WaitIntervals parameter is not supported. Users should instead use Intervals)
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe: