libp2p / js-libp2p-webtransport

WebTranport module that libp2p uses and that implements the interface-transport spec
Other
15 stars 5 forks source link

Writes not being flushed after close #25

Closed MarcoPolo closed 1 year ago

MarcoPolo commented 1 year ago

I think this is a Chrome issue. I want to make a minimal repro (without the libp2p stack) and file it. The documentation of close says it should flush writes. So this shouldn't be needed.

_Originally posted by @MarcoPolo in https://github.com/libp2p/js-libp2p-webtransport/pull/23#discussion_r1012088422_

MarcoPolo commented 1 year ago

Closing this. Actually an issue with the ping implementation.