alttester / alttester/AltTester-Unity-SDK
Avoid double serialization/deserialization of the commands/ responses
Aperta
gitlab
no version
triaged
- Lingua principale
- C#
- Stelle
- 121
- Fork
- 24
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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).
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.