Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.0
Description
The skip function is unsupported in the node.js implementation of the json_protocol. Interestingly, the compact_protocol implements the skip function, as does the JavaScript version.
TJSONProtocol.prototype.skip = function(type) { throw new Error('skip not supported yet'); };
Attachments
Issue Links
- links to