Hi,

at first I found another bug in my code (for completeness) in the server.js.

Line 20: "success( message );"
has to be of course
Line 20: "success( null , message );"

Am 07.08.2013 13:55, schrieb Henrique Mendonça:
> Apparently you're using the default and buggy BufferedTransport...
> Have you try using TFramedTransport?
> you can have a look on the tests for an example:
> https://github.com/apache/thrift/tree/master/test/nodejs

That was the "problem". I switched in cpp and in the node code to Framed
transport ... and it works :D.

I searched the error for days by now, and you found the solution in 9
minutes. Thanks a lot and I owe you now a box of german beer ;).

Best wishes and many thanks

Wilm

Reply via email to