Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify stream cleanup in composedStream test
Replaced Promise.allSettled with a for-loop for stream destruction in the composedStream integration test. This change ensures that each stream is destroyed sequentially.
- Loading branch information