Azure/azure-iot-sdk-csharp

[Technical Question]

RollsChris opened this issue · 1 comments

I'm looking for the best way to stress test a Modules message handler.
So far i think the only option is to create another module and route its output to the input of the module i want to test.

I see plenty of examples of sending messages to my device but not to a specific route for my module?

what am i missing?

Thanks for any help.