Cysharp / MagicOnion

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

Run continuation of hub method synchronously on Unity WebGL #659

Closed mayuki closed 1 year ago

mayuki commented 1 year ago

If an application runs on WebGL (Unity), RunContinuationsAsynchronously option will cause it to stop working.

Relates to #642