Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Range check error" on MacOS & iOS client #79

Open
acarlomagno opened this issue Jan 22, 2020 · 2 comments
Open

"Range check error" on MacOS & iOS client #79

acarlomagno opened this issue Jan 22, 2020 · 2 comments

Comments

@acarlomagno
Copy link

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

@bogdanpolak
Copy link
Contributor

@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.

@andrea-magni
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants