Dan created THRIFT-3990:
---------------------------
Summary: [node.js] Exception swallowed by deserialization function
Key: THRIFT-3990
URL: https://issues.apache.org/jira/browse/THRIFT-3990
Project: Thrift
Issue Type: Bug
Components: Node.js - Compiler
Affects Versions: 0.9.3
Reporter: Dan
Priority: Critical
As a client with generated node.js idls, when I receive data from a server that
isn't what I expect, then an exception is thrown that is swallowed by the
connection (it doesn't even get emitted and handled by the connection object).
This causes the client's process to crash and clients upstream to hang as a
result. What is desired is to catch this exception and return it in the
callback as an error so that the client can handle the exception. Examples to
come.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)