alttester / alttester/AltTester-Unity-SDK

Avoid double serialization/deserialization of the commands/ responses

Aberta
#687 3 comentários 0 reações 0 responsáveis Ver no GitHub
gitlab no version triaged
Linguagem predominante
C#
Estrelas
121
Forks
24
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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).

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.