Switching to an orchestrated teardown on READ_TIMEOUT
This commit is contained in:
parent
9421f37f96
commit
e58d0d9940
3 changed files with 4 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ class NettyRemoteServer(val netty: NettyRemoteTransport) {
|
|||
val b = RemoteControlProtocol.newBuilder.setCommandType(CommandType.SHUTDOWN)
|
||||
b.setOrigin(RemoteProtocol.AddressProtocol.newBuilder
|
||||
.setSystem(netty.address.system)
|
||||
.setHostname(netty.address.host.get) //FIXME Should probably be settings.host
|
||||
.setHostname(netty.address.host.get)
|
||||
.setPort(netty.address.port.get)
|
||||
.build)
|
||||
if (settings.SecureCookie.nonEmpty)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue