Closed achingbrain closed 1 year ago
Adds an extendable stream class that implements all the logic for closing/half closing streams in a consistent way.
Largely extracted from @libp2p/mplex and working with @libp2p/webrtc.
@libp2p/mplex
@libp2p/webrtc
:tada: This PR is included in version @libp2p/interface-stream-muxer-v4.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Adds an extendable stream class that implements all the logic for closing/half closing streams in a consistent way.
Largely extracted from
@libp2p/mplex
and working with@libp2p/webrtc
.