No problem, that's why we have the lists! This is a known bug and it's a
shame it's like that. We should have a look on it and fix it but I won't
have time any time soon.
But patches are always welcome, in case you have any improvements on this
or any other problem ;)

Cheers,
Henrique



On 7 August 2013 15:25, Wilm Schumacher <[email protected]> wrote:

> 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