[ 
https://issues.apache.org/jira/browse/THRIFT-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13693415#comment-13693415
 ] 

Patrick Costello edited comment on THRIFT-2068 at 6/25/13 9:53 PM:
-------------------------------------------------------------------

Attached a simple test where we see multiple clients hitting the server work, 
but one client hitting the server multiple times results in dropped RPCs.

Changing the thrift require to use 0.9.x results in all RPCs working correctly.
                
      was (Author: patrickacostello):
    A simple test where we see multiple clients hitting the server work, but 
one client hitting the server multiple times results in dropped RPCs.

Changing the thrift require to use 0.9.x results in all RPCs working correctly.
                  
> Multiple calls from same connection are not processed in node
> -------------------------------------------------------------
>
>                 Key: THRIFT-2068
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2068
>             Project: Thrift
>          Issue Type: Bug
>          Components: Node.js - Library
>    Affects Versions: 1.0
>            Reporter: Patrick Costello
>              Labels: node
>         Attachments: test.js, types.thrift
>
>
> In the 0.9.x branch, two RPCs from the same client would go through, however 
> in the master branch, only one RPC hits the server.

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