debugging config

alpha v1.0.3
alex 2023-01-07 19:40:02 +01:00
parent f2ea680dbe
commit 0ba2d95e8d
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ func NewClient(exchangeSettings ExchangeSettings, queueSettings QueueSettings, c
config: config,
done: make(chan bool),
}
log.Println("config", config)
go client.handleReconnect(addr)
return &client
}