feat: implement timeouts

This commit is contained in:
DJMrTV 2025-05-16 19:58:28 +02:00
commit e7d0a17500
6 changed files with 248 additions and 124 deletions

View file

@ -64,7 +64,7 @@ impl Router {
tokio::spawn(async move {
endpoint.recieve_packet(connection, packet).await
endpoint.receive_packet(connection, packet).await
});
}
}