britzl / defnet

Defold networking examples
MIT License
65 stars 16 forks source link

Fix data lost #7

Closed jalhund closed 3 years ago

jalhund commented 3 years ago

Bug description: Some data may be lost in case of an unstable connection. Data that does not fit the desired pattern is not saved anywhere

Solution: Added handling partial data

britzl commented 3 years ago

That's great, thanks! I could have sworn I had this implemented already.