[WIP] change to webtransport
This commit is contained in:
parent
81edf94970
commit
ad4631485e
4 changed files with 308 additions and 67 deletions
|
|
@ -28,7 +28,9 @@ async fn main() {
|
|||
log_in!("Incoming messages");
|
||||
log_out!("Outgoing messages");
|
||||
|
||||
let _ = omikron_connection::start(9187).await;
|
||||
tokio::spawn(async move {
|
||||
let _ = omikron_connection::start(9187).await;
|
||||
});
|
||||
|
||||
log!("Started");
|
||||
log!(" .env");
|
||||
|
|
|
|||
Loading…
Reference in a new issue