[ 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, Service._reqs object is bloated. There is no chance to 'delete this._reqs[rseqid];' because no return from server. Also Connection.seqId2Service is bloated. was: When you call oneway methods in Node.js, _reqs object bloated. There is no chance to 'delete this._reqs[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, Service._reqs object is bloated. > There is no chance to 'delete this._reqs[rseqid];' because no return from > server. > Also Connection.seqId2Service is bloated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)