I was playing around with MemoryStoreService, and I found that I am unable to remove an item from the queue. I’ve tried everything that I can think of, but no matter what, the item stays in the queue list.
Expected output
The item is removed when :RemoveAsync() is called
Current output
The item remain in the queue when :RemoveAsync() is called


Any help would be greatly appreciated.