RTC Forums
November 24, 2024, 04:45:40 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
RealThinClient SDK v6.0 beta JSON error
Pages: [
1
]
« previous
next »
Print
Author
Topic: RealThinClient SDK v6.0 beta JSON error (Read 4305 times)
Christen
RTC Expired
Posts: 9
RealThinClient SDK v6.0 beta JSON error
«
on:
August 10, 2012, 09:28:48 AM »
Hello,
In file rtcInfo.pas there is an error in function TRtcByteStream.to_JSON:
Code:
begin
if RTC_JSON_GenTypedByteStream then
Result.Add(RTC_JSON_ByteStreamStr)
else
Result.Add('""');
Result.Add(json_writeByteStream(FValue));
Result.Add('"');
end;
Should be:
begin
if RTC_JSON_GenTypedByteStream then
Result.Add(RTC_JSON_ByteStreamStr)
else
Result.Add('"');
Result.Add(json_writeByteStream(FValue));
Result.Add('"');
end;
Best regards
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: RealThinClient SDK v6.0 beta JSON error
«
Reply #1 on:
August 10, 2012, 10:26:13 AM »
Thank you very much for reporting this bug.
I've fixed this now, the fix will be included in RTC SDK v6.0 beta 3 and later.
PS. The same bug was in the
TRtcByteArray
.to_JSON method.
Best Regards,
Danijel Tkalcec
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...