nodes7
nodes7 copied to clipboard
Fix #13 - Uncaught error event in certain connection-problem situations
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.