Cysharp / MagicOnion

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

Reduce allocation on StreamingHubClient method calls #793

Closed mayuki closed 5 months ago

mayuki commented 5 months ago

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