Commit fbf3b1d
Fix ofAsyncEnum deadlock on single-threaded runtimes (e.g. Blazor WASM)
Replace Async.RunSynchronously in IDisposable.Dispose with fire-and-forget
to avoid blocking the only available thread on platforms such as Blazor WASM.
Closes #152
Co-authored-by: Copilot <[email protected]>1 parent e6b2ae3 commit fbf3b1d
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1906 | 1906 | | |
1907 | 1907 | | |
1908 | 1908 | | |
1909 | | - | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
1910 | 1912 | | |
1911 | 1913 | | |
1912 | 1914 | | |
| |||
0 commit comments