heroiclabs / nakama-godot

Godot client for Nakama server written in GDScript.
Apache License 2.0
595 stars 69 forks source link

Add support for sending and receiving binary data in "NakamaRTAPI.PartyData" #114

Closed dsnopek closed 2 years ago

dsnopek commented 2 years ago

The same problem that was fixed for NakamaRTAPI.MatchState in #112 exists for NakamaRTAPI.PartyData, except that there wasn't an existing method on NakamaSocket for sending binary party data. This PR makes it possible to both send and receive binary party data, using the same API as with binary match data.