Merge 63e98ec888 into 7dc08fdbf3
This commit is contained in:
commit
385f91381e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func (a *Agent) RunRPC() {
|
func (a *Agent) RunRPC() {
|
||||||
a.Logger.Infoln("Agent service started")
|
a.Logger.Infoln("Agent service started", a.ApiURL)
|
||||||
|
|
||||||
opts := a.setupNatsOptions()
|
opts := a.setupNatsOptions()
|
||||||
nc, err := nats.Connect(a.NatsServer, opts...)
|
nc, err := nats.Connect(a.NatsServer, opts...)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue