HeapsIO / hxbit

Haxe Binary serialization and network synchronization library
155 stars 30 forks source link

hxbit triggers an error when unserializing a struct client-side #70

Closed thalesalexcin closed 6 months ago

thalesalexcin commented 6 months ago

Issue: hxbit triggers an error when unserializing a struct client-side if the struct has more than one property

Fix: Unserializing struct on temporary variable before affecting it to the object's field.