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

Sangmin Yoon updated THRIFT-3950:
---------------------------------
    Description: 
When you call oneway methods in Node.js, _reqs object bloated.

There is no change to 'delete this._reqs[rseqid];' because no return from 
server.


  was:
When you call oneway methods in Node.js, _reqs object bloated.

There is no change to 'delete client._reqs[header.rseqid];' because no return 
from server.



> Memory leak while calling oneway method
> ---------------------------------------
>
>                 Key: THRIFT-3950
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3950
>             Project: Thrift
>          Issue Type: Bug
>          Components: Node.js - Compiler
>    Affects Versions: 0.9.3
>            Reporter: Sangmin Yoon
>
> When you call oneway methods in Node.js, _reqs object bloated.
> There is no change to 'delete this._reqs[rseqid];' because no return from 
> server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to