generated from PlexSheep/rs-base
This commit is contained in:
parent
6868af2016
commit
3c5c30f6c9
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ impl Server {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
// TODO: handle the stream with multi threading, or async or something
|
||||||
|
// We need concurrency here!
|
||||||
match self.handle_stream(stream).await {
|
match self.handle_stream(stream).await {
|
||||||
Ok(_) => (),
|
Ok(_) => (),
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue