add todo
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s

This commit is contained in:
Christoph J. Scherr 2024-01-20 03:31:07 +01:00
parent 6868af2016
commit 3c5c30f6c9
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF

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) => {