I’ve already made a Bug Report but I still need a clever solution to solve the problem
To recap;
Essentially you can’t pull data larger than 9.223 Quintillion from GetSortedAsync
I’ve already made a Bug Report but I still need a clever solution to solve the problem
To recap;
Essentially you can’t pull data larger than 9.223 Quintillion from GetSortedAsync
Would saving it as a string and then converting it to a number when you load it work?
This sounds like a really weird issue, never tried to save such large numbers.
EDIT: Just checked what berezaa did for MH, he used the method I suggested, saving as string and converting to number when required.
Ah, I missed the point that it’s for ordered data stores. I’m afraid I don’t have any ideas on how to avoid encountering this issue, sorry.
This topic was automatically closed after 1 minute. New replies are no longer allowed.