@ -128,6 +128,7 @@ impl<S, R> ClientPool<S, R> where
match err {
TryRecvError::Empty => break,
TryRecvError::Disconnected => {
break;
// TODO!
}