Hi
i have a problem with Float fields inside the oldValues collection at the server-side RPCRequest object.
if the Float's value is for instance 137.0 - it becomes a Long with the value of 137 inside the oldValues collection. Inside the data collection however it becomes a Double with the value of 137.0 which i think is the right behavior.
if the Float has a value of 137.15 (with decimal digits) in both collections (oldValues and data) it becomes a double with value of 137.15
i'd like to have always Double values at server-side for client-side Float fields.
any hints?
i have a problem with Float fields inside the oldValues collection at the server-side RPCRequest object.
if the Float's value is for instance 137.0 - it becomes a Long with the value of 137 inside the oldValues collection. Inside the data collection however it becomes a Double with the value of 137.0 which i think is the right behavior.
if the Float has a value of 137.15 (with decimal digits) in both collections (oldValues and data) it becomes a double with value of 137.15
i'd like to have always Double values at server-side for client-side Float fields.
any hints?
Comment