nodes7 icon indicating copy to clipboard operation
nodes7 copied to clipboard

Fix #13 - Uncaught error event in certain connection-problem situations

Open skadisch opened this issue 1 month ago • 0 comments

Fixes #13

Ideally GetTransport should return only a Duplex, not a Promise<Duplex>. If needed, the Duplex could be delayed by a custom Duplex implementation.

This is a quick-fix without API changes.

skadisch avatar Dec 03 '25 09:12 skadisch