server
server copied to clipboard
Fix deserialization logic in ServerGenericResponse class
trafficstars
The deserialization logic in the ServerGenericResponse class is currently overwriting the _data field. The correct subarrays should be assigned to _data and _data2 to prevent data overwrite. Please refer to the discussion in PR #2037 for more details: https://github.com/rustymotors/server/pull/2037#discussion_r1724152092