switch to grpc

This commit is contained in:
DJMrTV 2025-05-28 22:39:38 +02:00
commit 9490ff8a3b
6 changed files with 843 additions and 31 deletions

View file

@ -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,