alttester / alttester/AltTester-Unity-SDK

Avoid double serialization/deserialization of the commands/ responses

Open
#687 3 comments 0 reactions 0 assignees View on GitHub
gitlab no version triaged
Dominant language
C#
Stars
121
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Right now we are :

* double serializing/deserializing data in dual communication
* deserialize twice the command in unity app, first with the purpose of identifying command type, and second to deserialize command parameters in a strong typed object.

* deserialize once the command in proxy to figure out routing to the correct client.

---
You can find the original issue from GitLab [here](https://gitlab.com/altom/altunity/altunitytester/-/issues/706).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.