Open NfNitLoop opened 2 years ago
To reproduce:
Expected:
Observed:
This is probably because of the current use of Async Generators that don't have a mechanism to get canceled.
https://seg.phault.net/blog/2018/03/async-iterators-cancellation/ has a good writeup.
Maybe I can just reuse the AbortController and pass that into the async generators, and make sure to abort it when the page is unloaded.
Related, see: #78 for showing status.
To reproduce:
Expected:
Observed:
This is probably because of the current use of Async Generators that don't have a mechanism to get canceled.
https://seg.phault.net/blog/2018/03/async-iterators-cancellation/ has a good writeup.
Maybe I can just reuse the AbortController and pass that into the async generators, and make sure to abort it when the page is unloaded.