KarboniteKream opened a new pull request, #3919: URL: https://github.com/apache/thrift/pull/3919
JIRA: [THRIFT-4564](https://issues.apache.org/jira/browse/THRIFT-4564) Client: NodeJS This PR is a follow-up to #1558, where the `reset()` method was added to `TBufferedTransport`. I discovered that the code was trying to call `reset()` on the protocol in the NodeJS branch, instead of on the transport, as intended. The missing `.getTransport()` was added, with an appropriate test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
