deno
c4d0fcee - fix(cli): TestEventSender should be !Clone (#23405)

Commit
2 years ago
fix(cli): TestEventSender should be !Clone (#23405) `TestEventSender` should not be Clone so we don't end up with multiple copies of the same writer FD. This is probably not the cause of the test channel lockups, but it's a lot easier to reason about.
Author
Parents
Loading