This commit is contained in:
fakeshadow 2021-04-01 08:37:29 +08:00
parent 8ed34cc46e
commit f661b573e2
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ impl Accept {
Ok(_) => {
self.set_next();
Ok(())
},
}
Err(conn) => {
// worker lost contact and could be gone. a message is sent to
// `ServerBuilder` future to notify it a new worker should be made.