Gerald Nash

Results 13 comments of Gerald Nash

Thanks @bartlomieju. Moving further troubleshooting / debugging discussion to that thread.

The program hangs on [resource.read_byob(view).await](https://github.com/denoland/deno_core/blob/a7f27e43d4aef4cdfe3fcd36d5ab72b11b84542c/core/ops_builtin.rs#L274) which, in the above case, uses [the `PipeResource` implementation](https://github.com/denoland/deno_core/blob/a7f27e43d4aef4cdfe3fcd36d5ab72b11b84542c/testing/checkin/runner/ops_io.rs#L33-L34) where (thankfully) risk was acknowledged: ```rust async { let mut lock = RcRef::map(self, |this| &this.rx).borrow_mut().await; //...

I recommend installing from GitHub as it'll be easier to audit. Keep in mind that this package is unmaintained though.