switch to grpc
This commit is contained in:
parent
1d1781c7d7
commit
9490ff8a3b
6 changed files with 843 additions and 31 deletions
|
|
@ -21,6 +21,7 @@ static SERVER_DATAGRAMS: Lazy<u8> = Lazy::new(||{
|
|||
.unwrap_or(1)
|
||||
});
|
||||
|
||||
|
||||
pub struct Router {
|
||||
endpoints: RwLock<[Option<Arc<dyn AnyInternalSocket>>; 16]>,
|
||||
running: AtomicBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue