bpmux icon indicating copy to clipboard operation
bpmux copied to clipboard

Node stream multiplexing with back-pressure on each stream

Results 5 bpmux issues
Sort by recently updated
recently updated
newest added

``` 21:36 $ node -v v20.9.0 ✔ ~/github/bpmux [master|…1] 23:20 $ grunt test Running "exec:certs" (exec) task Running "mochaTest:default" (mochaTest) task tcp aho=false coa=false ✔ (x1, client initiated) should support...

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

https://web.dev/webtransport/ This should be a very thin layer, with WebTransport doing the muxing and backpressure and bpmux just adapting Web streams to Node streams.

If the remote part of a connection closes a duplex by sending a `TYPE_END` packet via `.end()` the local duplex isn't removed / closed fully. I believe the logic for...