I'm using this MessageReceiver.ReceiveBatchAsync Method to receive a batch of messages from a service bus queue.
BrokeredMessage has a SequenceNumber, but sometimes the numbers are not continuous. Does that mean some messages lost.
How can I make this continuous?