Cysharp / MagicOnion

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

Reduce allocation on StreamingHubClient method calls #793

Closed mayuki closed 1 week ago

mayuki commented 1 week ago

This PR uses ManualResetTaskSourceCore to reduce allocation when using ValueTask in Hub methods.