minor changes
This commit is contained in:
@@ -41,7 +41,7 @@ class GatewayManager(
|
||||
discoverBackends()
|
||||
startHealthChecks()
|
||||
startDiscovery()
|
||||
repeat(4) { readerPool.submit(::readLoop) }
|
||||
repeat(4) { readerPool.submit { readLoop() } }
|
||||
try {
|
||||
Thread.currentThread().join()
|
||||
} catch (_: InterruptedException) {}
|
||||
|
||||
Reference in New Issue
Block a user