question...

This commit is contained in:
Carl Lerche
2017-06-27 12:49:27 -07:00
parent fee43a09c8
commit 8e16e22172

View File

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