Describe the bug
I had originally opened ipfs/kubo#9043 since it seemed RelayClient took a while to get public multiaddresses. However, as I've just realised the public multiaddresses are probably found fairly early, but, the WebUI has to be refreshed to show the public multiaddresses that are found later on.
To Reproduce
Steps to reproduce the behavior:
- Run
ipfs daemon (RelayClient enabled).
- Look under Advanced and see local multiaddresses only.
- Wait until public multiaddresses have evidently been found (other peers can find you).
- Observe that the information under Advanced hasn't updated.
- Refresh the page and see the public multiaddresses show up under Advanced.
Expected behavior
When new multiaddresses are detected, the Status page should refresh by itself, or just update the information under Advanced, to reflect the current status.
Desktop
- OS: Arch Linux
- Browser: Firefox v102.0.1
- Version: v2.15.1 (originally found: v2.15.0)
Describe the bug
I had originally opened ipfs/kubo#9043 since it seemed
RelayClienttook a while to get public multiaddresses. However, as I've just realised the public multiaddresses are probably found fairly early, but, the WebUI has to be refreshed to show the public multiaddresses that are found later on.To Reproduce
Steps to reproduce the behavior:
ipfs daemon(RelayClientenabled).Expected behavior
When new multiaddresses are detected, the Status page should refresh by itself, or just update the information under Advanced, to reflect the current status.
Desktop