chore: prepare for next release

This commit is contained in:
Simon Chan 2023-06-04 23:22:48 +08:00
parent 3e5d180699
commit 94ae82eef3
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
34 changed files with 355 additions and 143 deletions

View file

@ -160,7 +160,7 @@ export class AdbScrcpyClient {
.pipeThrough(new DecodeUtf8Stream())
.pipeThrough(new SplitStringStream("\n"));
// Read stdout, otherwise `process.exit` won't resolve.
// Must read all streams, otherwise the whole connection will be blocked.
const output: string[] = [];
const abortController = new AbortController();
const pipe = stdout