mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Use DNS monitor from static GRPC clients configuration.
This commit is contained in:
parent
8db4068989
commit
b1c78f6e9d
7 changed files with 147 additions and 178 deletions
|
|
@ -183,7 +183,7 @@ func main() {
|
|||
}()
|
||||
defer rpcServer.Close()
|
||||
|
||||
rpcClients, err := signaling.NewGrpcClients(config, etcdClient)
|
||||
rpcClients, err := signaling.NewGrpcClients(config, etcdClient, dnsMonitor)
|
||||
if err != nil {
|
||||
log.Fatalf("Could not create RPC clients: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue