This commit is contained in:
Carl Lerche
2017-06-29 20:41:46 -07:00
parent 076bf204e7
commit 0564747121
2 changed files with 11 additions and 6 deletions

View File

@@ -92,8 +92,7 @@ impl<T> Stream for Settings<T>
// Save off the settings
self.remote = v.into_set();
// TODO: uncomment?
// let _ = try!(self.try_send_pending());
let _ = try!(self.try_send_pending());
}
}
v => return Ok(Async::Ready(v)),