Title: Problem with ByteStream parameter in XMLRPC format (3.83) Post by: TII on May 27, 2010, 11:18:13 AM Hi Danijel,
I have upgraded to SDK 3.83 and now I have a problem with ByteStream parameters in TRtcFunction calls (with previous SDK 3.38, there was no problem). I send a small file using a ByteStream parameter with a TRtcFunction call. The data received by the server are different from those sent by the client (in fact only the last byte is wrong, the first call is ok but after its wrong). The problem occurs only with XMLRPC dataformat, all is fine with RTC format. My code is something like that (the real code is more complicated, but this code reproduce the problem): client side: Code: procedure TForm1.Button1Click(Sender: TObject); server side: Code: procedure TForm1.RtcFunction1Execute(Sender: TRtcConnection; Param: TRtcFunctionInfo; Result: TRtcValue); I sent you a Delphi project reproducing the problem at devsupport@realthinclient.com Best regards, Michaël Title: Re: Problem with ByteStream parameter in XMLRPC format (3.83) Post by: D.Tkalcec (RTC) on May 27, 2010, 12:20:56 PM Thank you for reporting this issue. I think I've found and fixed the problem. I've sent you an E-Mail with a direct download link for the next RTC SDK nightly build release (389), please download it and let me know if it works.
Best Regards, Danijel Tkalcec Title: Re: Problem with ByteStream parameter in XMLRPC format (3.83) Post by: TII on May 27, 2010, 01:55:36 PM Hi Danijel,
I've try your new version and it works well. Thank you very much for the correction and for the quick response ! I work with RTC for some years and it's the first time I meet a problem. Keep up the good work. Best regards, Michaël Title: Re: Problem with ByteStream parameter in XMLRPC format (3.83) Post by: D.Tkalcec (RTC) on May 27, 2010, 02:10:34 PM Thank you very much for your feedback, I'm glad the problem has been resolved.
Best Regards, Danijel Tkalcec |