peer-pad icon indicating copy to clipboard operation
peer-pad copied to clipboard

allow peer-pad to boot offline without an error

Open pgte opened this issue 6 years ago • 6 comments

... and later on be able to find and connect to peers once the network allows.

pgte avatar Jan 21 '19 09:01 pgte

There are several different solutions to this, starting from the most short-term

  • ws-star-multi issue
  • stardust issue
  • rendezvous and circuit-relay

I think we can start the first one, by using ws-star-multi in peer-base.

pgte avatar Jan 21 '19 09:01 pgte

https://github.com/ipfs/js-ipfs/pull/1793 is closed so this should work! let's verify and close this issue

parkan avatar Jan 21 '19 19:01 parkan

included in 0.34.2: https://github.com/ipfs/js-ipfs/releases/tag/v0.34.2

parkan avatar Jan 21 '19 19:01 parkan

Currently blocked on https://github.com/ipfs/js-ipfs/issues/1837

pgte avatar Jan 22 '19 14:01 pgte

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 avatar Jan 22 '19 14:01 parkan

@parkan yup, that would work too :)

pgte avatar Jan 22 '19 15:01 pgte