heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
69 stars 25 forks source link

Call RPC without a session #32

Closed Superxwolf closed 4 years ago

Superxwolf commented 4 years ago

Hello,

I would like to have the ability to call RPC from client without the need to authenticate first.

Dimon4eg commented 4 years ago

It's not supported by C++ client yet. We will add support soon.

Dimon4eg commented 4 years ago

I've implemented new rpc method with http key instead of session. @Superxwolf can you build by self and try it?

Superxwolf commented 4 years ago

I actually want it for nakama-unreal, but since it's required at the cpp level, I opened an issue here first.

Dimon4eg commented 4 years ago

closing as issue has been fixed. nakama-unreal will be released separately soon.