heroiclabs / nakama-cpp

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

encode cursors as uri components #121

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

The server interprets "+" as a space because they aren't encoded properly

test is written and will land in the "futures" PR which will be a separate release.