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

Reply to RPC call from the C++ SDK is missing data #688

Closed
jan-ekholm opened this issue Sep 8, 2021 · 1 comment
Closed

Reply to RPC call from the C++ SDK is missing data #688

jan-ekholm opened this issue Sep 8, 2021 · 1 comment

Comments

@jan-ekholm
Copy link

When an RPC request is submitted via the C++ SDK the received reply is supposed to have payload, id and httpKey fields. Only the payload seems to contain what it should, the other two are empty. The RPC call itself is executed successfully and the reply payload is correct.

See more complete description here: https://forum.heroiclabs.com/t/c-rpc-callback-contains-no-id/1939

@zyro
Copy link
Member

zyro commented Sep 8, 2021

@jan-ekholm Thanks for the report! This data is not missing, it's just not expected as part of an RPC response. Client SDKs just use the same Rpc entity for both requests and responses for convenience.

We'll look into changing this if it creates confusion, but this is not currently a server bug. 👍

@zyro zyro closed this as completed Sep 8, 2021
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

2 participants