David Halls

Results 66 comments of David Halls

The local duplex will still remain open for writes and should be destroyed once its applicatoin calls `.end()`

Ah I think I see what you mean now. You're not actively reading from the duplex so won't get an `end` event?

Native `Duplex` will only emit `end` when `read()` has returned `null`. I do see an option for bpmux to diverge from this behaviour being useful, will be a separate feature...

Btw I'm updating bpmux to fix some issues with updated dependencies, I've left it to rot a bit.

Yes, I can repro this, with or without auth on registry.docker.io. I believe this is because docker registry doesn't like to reply with a list of all the repos. This...

You'll need to set DXF_USERNAME and DXF_PASSWORD - which registry are you testing against?