libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 436 forks source link

fix: WebTransport stream now extends abstract stream #2514

Closed achingbrain closed 2 months ago

achingbrain commented 2 months ago

The PR pulls all of the non-@fails/webtransport parts out of #2422

There's a lot of work that's been done to re-use existing libp2p code such as the abstract stream class which handles a lot more closing scenarios than the existing implementation so it would be good to get that in.

Change checklist