MARS icon indicating copy to clipboard operation
MARS copied to clipboard

"Range check error" on MacOS & iOS client

Open acarlomagno opened this issue 5 years ago • 2 comments

Hi, when a MARS client call a POST method of a applyupdate resource ... like this:

function PostDelta([BodyParam] const ADeltas: TArray<TFDMemTable>)
  : TArray<TMARSFDApplyUpdatesRes>;

the function return this error: "Range check error" to get around the problem just return an empty array like this:

result := []

This issue happen only when the client is MacOS or iOS

Antonello

acarlomagno avatar Jan 22 '20 13:01 acarlomagno

@acarlomagno: can you provide steps to reproduce? Client and server source code would be very helpful otherwise recreating bug will be very time consuming - maybe git repo with samples? I can test this on OS X.

bogdanpolak avatar Feb 22 '20 13:02 bogdanpolak

I think this may be related to #81 Let's see if once that is fixed, this one goes away too. :-)

andrea-magni avatar May 11 '20 17:05 andrea-magni