Closed achingbrain closed 1 year ago
If a stream implementation needs to return a promise let them do so, this allows them to implement internal backpressure by slowing down reads from the source passed to the sink function.
:tada: This PR is included in version @libp2p/interface-stream-muxer-v4.1.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
If a stream implementation needs to return a promise let them do so, this allows them to implement internal backpressure by slowing down reads from the source passed to the sink function.