generated from PlexSheep/rs-base
add todo
cargo devel CI / cargo CI (push) Successful in 2m10s
Details
cargo devel CI / cargo CI (push) Successful in 2m10s
Details
This commit is contained in:
parent
6868af2016
commit
3c5c30f6c9
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue