Discovery Nats automate

This commit is contained in:
mr 2024-08-22 16:47:15 +02:00
parent 3232cce1b4
commit 767f10323d

View File

@ -124,7 +124,7 @@ func (p *PeerCache) LaunchPeerExecution(peerID string, isMySelf bool, dataID str
}
return pexec, err
}
fmt.Println("LaunchPeerExecution AFT 3", m)
fmt.Println("LaunchPeerExecution AFT 3", m, url)
if e, ok := m["error"]; !ok && e != "" {
return nil, errors.New(fmt.Sprintf("%v", m["error"]))