These days I was trying to use MemoryStoreHashMaps to store some data, however, I found that SetAsync() always return false, and no data is stored when I check it with GetAsync(), no errors are given as well, the call simply just failed without any error, it looks as though there is some internal bug. I adjusted the parameters multiple times, none of the attempts worked. Therefore I believe it to be a internal problem.
PS. SortedMaps have the same problem as well, I haven’t run tests for Queue though.
Expected behavior
Data should be stored normally, even if it fails, an error shall produce. Not to mention that I used very simple parameters and only a few calls that won’t cause throttling problems.