Hi all, I noticed that such a potentially cool service as MemoryStoreService has a bunch of bugs and errors, maybe I’m doing something wrong?
The bugs I found are:
- When I call GetSortedMap() or GetQueue() methods they return the same queue or map named Instance, example
I change them name like this :
-
For some reason the received queue item appears there again after 30 seconds without calling AddAsync(), although the invisibility parameter is set to 2. But if I call AddAsync(value, “sec<30”, 0) with this expiration, it won’t have time to duplicate and will be deleted completely. I thought that the item received from the queue is immediately removed from it permanently, is this true?
-
Sometimes “Request failed” errors occur, it does not depend on me, they can be today and tomorrow disappear