peer-pad
peer-pad copied to clipboard
allow peer-pad to boot offline without an error
... and later on be able to find and connect to peers once the network allows.
There are several different solutions to this, starting from the most short-term
I think we can start the first one, by using ws-star-multi in peer-base.
https://github.com/ipfs/js-ipfs/pull/1793 is closed so this should work! let's verify and close this issue
included in 0.34.2: https://github.com/ipfs/js-ipfs/releases/tag/v0.34.2
Currently blocked on https://github.com/ipfs/js-ipfs/issues/1837
this seems not like a blocker per se, given that we can still get offline behavior to work and then refresh to reconnect, no? obviously re-join notification would be great but that feels like a separate piece
@parkan yup, that would work too :)