I have a Worker Role that is hosting an EventProcessorHost to stream data from Event Hub.
This works fine whilst I'm sending events, but if I stop for a while, when I send events again it doesn't seem to pick up the events.
If I restart the Worker Role I get double the number of events.
Any thoughts?