Don't wait for stale project deletion before listening for connections
This commit is contained in:
parent
2596fefa04
commit
dde6cf596e
3 changed files with 8 additions and 9 deletions
|
@ -58,7 +58,7 @@ async fn main() -> Result<()> {
|
|||
.expect("failed to bind TCP listener");
|
||||
|
||||
let rpc_server = collab::rpc::Server::new(state.clone(), Executor::Production);
|
||||
rpc_server.start().await?;
|
||||
rpc_server.start();
|
||||
|
||||
let app = collab::api::routes(rpc_server.clone(), state.clone())
|
||||
.merge(collab::rpc::routes(rpc_server.clone()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue