Add todo comment

This commit is contained in:
Zoltán Papp 2024-10-29 12:35:10 +01:00
parent 50cd5d316e
commit e44ab93368

View File

@ -675,6 +675,7 @@ func (d *Status) GetRelayStates() []relay.ProbeResult {
// in case of connection we will use the instance specific address
instanceAddr, err := d.relayMgr.RelayInstanceAddress()
if err != nil {
// TODO add their status
if errors.Is(err, relayClient.ErrRelayClientNotConnected) {
for _, r := range d.relayMgr.ServerURLs() {
relayStates = append(relayStates, relay.ProbeResult{