-
Type: Improvement
-
Resolution: Gone away
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Connection Layer
Summary
As nodejs engineers
We want to use Node.js' pipeline operator for our socket stream
So that we can use a modern api that provides an async interface to socket handling.
We are seeking
- to capture async stack traces for all our async I/O APIs
- use a nodejs API that can provide abort controller support
- make operation top half / bottom half (before and after write/read) easier to trace
AC
- Change .pipe calls to instead construct a pipeline
- TBD
- related to
-
NODE-4219 Spike: Investigate custom stream compliance with Node.js stream implementation guidelines
- Closed