Discovery Nats automate
This commit is contained in:
@@ -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"]))
|
||||
|
Reference in New Issue
Block a user