#Magic Mage
1 messages · Page 1 of 1 (latest)
Ah interesting, thanks for reporting as well as the Pull Request.
I believe our SDK teams should be able to take a look and respond on the PR if they have any questions.
Alright, also I will change the Convert.ToInt32 line to Convert.ToInt64 to help prevent future problems with that code as well so it will then do Math.Abs(long - long) > long on the check which can help prevent some bugs in the code further.
👍