Similar problem with FIFO guarantee apply to Storage QueueMessages in Storage queues are typically first-in-first-out, but sometimes they can be out of order; for example, when a message's visibility timeout duration expires (for example, as a result of a client application crashing during processing)
Are there any plans to support Sessions in Foundatio?
as stated in docs: https://docs.microsoft.com/en-us/azure/service-bus-messaging/message-sessions
To realize a FIFO guarantee in Service Bus, use Sessions
Similar problem with FIFO guarantee apply to Storage Queue
Messages in Storage queues are typically first-in-first-out, but sometimes they can be out of order; for example, when a message's visibility timeout duration expires (for example, as a result of a client application crashing during processing)
Are there any plans to support Sessions in Foundatio?