Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8
-
None
-
Ubuntu 12.04, NodeJS v0.6;v0.8.0
Description
During the setup of NodeJS <-> Apache Thrift integration, we found that the use of BufferedTransport did not work beyond the HelloWorld example. While NodeJS clients were able to connect, no service invocations actually registered with the server (Java, Thrift 0.8.0)
Switching to the use of a FramedTransport immediately fixed the issue. I was unable to debug the issue, but wanted to file an issue so that others were aware.
Attachments
Attachments
Issue Links
- is duplicated by
-
THRIFT-2306 concurent client calls with nodejs
- Closed
- relates to
-
THRIFT-2068 Multiple calls from same connection are not processed in node
- Closed
-
THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry fixes
- Closed