mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 23:23:00 -04:00
no-std-net fix
more network refactor
This commit is contained in:
parent
18a227717c
commit
909aa14fe2
17 changed files with 667 additions and 357 deletions
|
@ -68,6 +68,7 @@ impl ConnectionManager {
|
|||
}
|
||||
|
||||
pub async fn startup(&self) {
|
||||
trace!("startup connection manager");
|
||||
let mut inner = self.arc.inner.lock().await;
|
||||
let cac = async_channel::bounded(CONNECTION_PROCESSOR_CHANNEL_SIZE); // xxx move to config
|
||||
inner.connection_add_channel_tx = Some(cac.0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue