heroiclabs / nakama-cpp

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

nakama-cpp-wrapper doesn't copy partyId from C struct to NPartyPresenceEvent #51

Closed mhaider-bitwisealchemy closed 2 years ago

mhaider-bitwisealchemy commented 2 years ago

NPartyPresenceEvent partyId is always empty in my testing. I think the problem is in the assign function. I only see joins and leaves assigned.

lugehorsam commented 2 years ago

@mhaider-bitwisealchemy thanks for filing this issue -- we've resolved it by removing the intermediate wrapper layer entirely from the repository.