Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.68k stars 417 forks source link

Fix ReturnStatusException deserializing when using MemoryPack seriali… #650

Closed hegi25 closed 1 year ago

hegi25 commented 1 year ago

Fixing StreamingHubClient to force use MessagePack serializer to deserialize ReturnStatusException message when using MemoryPack as default serializer.

mayuki commented 1 year ago

Thanks for your PR and contribution. We have investigated the problem and it seems that the server serialization was not as expected, which caused the bug.

We will fix the server and close this PR. We apologize and thank you for submitting the PR!

mayuki commented 1 year ago

We have now released v5.1.8. Thanks! https://github.com/Cysharp/MagicOnion/releases/tag/5.1.8