Red Daly created THRIFT-2168:
--------------------------------

             Summary: Node.js appears broken (at least, examples don't work as 
intended)
                 Key: THRIFT-2168
                 URL: https://issues.apache.org/jira/browse/THRIFT-2168
             Project: Thrift
          Issue Type: Bug
          Components: Node.js - Compiler, Node.js - Library
            Reporter: Red Daly


The Node.js implementation seems to be somewhat broken.

I execute the example server.js as instructed:
$ NODE_PATH=../lib:../lib/thrift node server.js


Then I execute the example client.js as instructed:

the server outputs "server stored: 1"
the client outputs nothing.  Expected output is "client stored: 1".  This 
indicates that the client is never receiving a response back from the server, 
or at least the callback is not being fired when the response is received.

I'm not sure how to debug.

--
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