alttester / alttester/AltTester-Unity-SDK

Avoid double serialization/deserialization of the commands/ responses

未關閉
#687 3 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
gitlab no version triaged
主要語言
C#
星號
121
分支
24
PR 合併指標
30 天內沒有已合併 PR

描述

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

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。