Github user timse commented on a diff in the pull request: https://github.com/apache/thrift/pull/379#discussion_r48103629 --- Diff: lib/nodejs/lib/thrift/json_protocol.js --- @@ -89,9 +89,16 @@ TJSONProtocol.RType.set = Type.SET; TJSONProtocol.Version = 1; TJSONProtocol.prototype.flush = function() { + this.writeToTransportIfStackIfFlushable(); --- End diff -- oups! nice catch, sure. Will change. Thanks :)!
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---