Remove unnecessary async from Peer::add_connection
This commit is contained in:
parent
cc56fa9ea6
commit
ec19f0f8e9
4 changed files with 27 additions and 40 deletions
|
@ -365,8 +365,7 @@ impl Server {
|
|||
timer.await;
|
||||
}
|
||||
}
|
||||
})
|
||||
.await;
|
||||
});
|
||||
|
||||
tracing::info!(%user_id, %login, %connection_id, %address, "connection opened");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue