Ihor Mysak created THRIFT-1963:
----------------------------------

             Summary: problem with deserialization field with type "double" in 
node.js client
                 Key: THRIFT-1963
                 URL: https://issues.apache.org/jira/browse/THRIFT-1963
             Project: Thrift
          Issue Type: Bug
          Components: Node.js - Compiler, Node.js - Library
    Affects Versions: 0.9
            Reporter: Ihor Mysak
            Priority: Critical


My Java thrift server retrieve some object with few "double" fields.
Java clients can successful receive and deserialize object. But node.js client 
(which use same api) receive object but with wrong values in double fields.

example 
 server return 7.012052175215044
 client receive(after wrong deserialization) 1.9038419066418143e+24

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to