-
Bug
-
Resolution: Done
-
Major
-
9.4.9.Final, 10.0.0.Final
Currently the console is unable to display all possible counter values, as the max integer that can be represented by javascript is (2^53)-1, whereas Java is (2^63)-1. Normally the workaround for this would be to simply store the number as a String, however the counter value is returned as a number in the returned JSON, so it is automatically parsed as a number by the console and the exact value is lost.
- causes
-
ISPN-10128 Discrepancies between remote counter values and values shown in console
- Resolved
- is duplicated by
-
ISPN-10128 Discrepancies between remote counter values and values shown in console
- Resolved
- is incorporated by
-
ISPN-14275 Update to Console 14.0.2.Final
- Resolved