Fix bug where HTTP being disabled would cause stickiness

This commit is contained in:
Lucien Greathouse
2019-01-10 16:12:52 -08:00
parent 5bb70c2675
commit 5f91a8fdfe
5 changed files with 15 additions and 15 deletions

View File

@@ -97,10 +97,10 @@ function ApiContext:connect()
end
self.serverId = body.serverId
self.connected = true
self.partitionRoutes = body.partitions
self.rootInstanceId = body.rootInstanceId
self.instanceMetadataMap = body.instanceMetadataMap
self.connected = true
end)
end