m-ld / m-ld-js

m-ld Javascript engine
https://js.m-ld.org
MIT License
37 stars 2 forks source link

Clone reads can hang unpredictably #118

Closed gsvarovsky closed 1 year ago

gsvarovsky commented 1 year ago

Heavy use of reads (across any number of instantiate clones), for example in tests, can sometimes cause a read to hang indefinitely: the first read result is never signalled.

Due to RubenVerborgh/AsyncIterator#96

Affects: v0.9.0