ChainSafe / js-libp2p-yamux

Typescript implementation of Yamux
Other
10 stars 8 forks source link

Refactor: Extend `AbstractStream` class from Stream Muxer Interface #53

Closed maschad closed 5 months ago

maschad commented 1 year ago

Following the introduction of the Abstract Stream class which implements the Stream interface, I think it would be beneficial here to standardize a pattern for managing sources and sinks.

wemeetagain commented 5 months ago

resolved