The title pretty much explains my question:
If there are no messages in the Storage Queue, why would it not just return 0, assuming we were able to get the queue reference and make a connection? Instead, it returns null
.
Does it have to do with the fact that the message count is "approximate?" Curious, more than anything.