[WIP] change to webtransport
This commit is contained in:
parent
05c086ce2a
commit
3db52de920
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