add todo
cargo devel CI / cargo CI (push) Successful in 2m10s Details

This commit is contained in:
Christoph J. Scherr 2024-01-20 03:31:07 +01:00
parent 6868af2016
commit 3c5c30f6c9
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ impl Server {
continue;
}
};
// TODO: handle the stream with multi threading, or async or something
// We need concurrency here!
match self.handle_stream(stream).await {
Ok(_) => (),
Err(err) => {