Drop runtime after others (especially ws_server) (#10179)

This commit is contained in:
Nicolas Gotchac 2019-01-15 09:14:15 +01:00 committed by Niklas Adolfsson
parent d356c6640d
commit 53a04e1686

View File

@ -376,7 +376,7 @@ fn execute_light_impl(cmd: RunCmd, logger: Arc<RotatingLogger>) -> Result<Runnin
rpc: rpc_direct,
informant,
client,
keep_alive: Box::new((runtime, service, ws_server, http_server, ipc_server)),
keep_alive: Box::new((service, ws_server, http_server, ipc_server, runtime)),
}
})
}