[ 
https://issues.apache.org/jira/browse/THRIFT-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henrique Mendonca closed THRIFT-1963.
-------------------------------------

    Resolution: Cannot Reproduce

I extended the nodejs tests with exactly your example but I could not reproduce 
it, neither with buffered nor framed transports (thrift/test/nodejs "make 
check").
Perhaps have a look on the latest version from our repository and let us know.
Please send us a patch here, if you have a solution or can reproduce it with 
the unit-tests.
                
> 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