y-ipfs-connector
y-ipfs-connector copied to clipboard
Uncaught Error: underlying socket has been closed
When disconnecting the network, the following error is logged:
index.js:477 Uncaught Error: underlying socket has been closed
at index.js:477
at Array.forEach (<anonymous>)
at Multiplex.destroy (index.js:475)
at index.js:43
at call (index.js:50)
at Array.forEach (<anonymous>)
at index.js:70
at f (once.js:25)
at Stream.<anonymous> (index.js:29)
at Stream.f (once.js:25)
The error seams to come from node_modules/multiplex/src/index.js:477.
Depends on https://github.com/ipfs/js-ipfs/issues/883
Any update on this? Any way I can help?