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

Fix: uint16_t is too small for our match data #25

Closed plink-plonk-will closed 4 years ago

plink-plonk-will commented 4 years ago

Our packet size limit is 1mb, in particular for save game transfers.

Dimon4eg commented 4 years ago

@jordenson Thank you!