rmccue/cinemastream

Handle recv timeouts

Opened this issue · 0 comments

rmccue commented

Right now, timeouts on the recv are not actually doing anything:

cinemastream/src/logger.rs

Lines 175 to 178 in 9722908

Err(_) => {
// todo!
// return Err(());
}

Should they? Do we even need a timeout?