Discovery Nats automate
This commit is contained in:
parent
3232cce1b4
commit
767f10323d
@ -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"]))
|
||||
|
Loading…
Reference in New Issue
Block a user