From 8e16e22172815ba9c7ffe665f0bbf24392b34b58 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 27 Jun 2017 12:49:27 -0700 Subject: [PATCH] question... --- src/proto/settings.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/proto/settings.rs b/src/proto/settings.rs index ae7fc06..7cedf5d 100644 --- a/src/proto/settings.rs +++ b/src/proto/settings.rs @@ -91,6 +91,9 @@ impl Stream for Settings // Save off the settings self.remote = v.into_set(); + + // TODO: uncomment? + // let _ = try!(self.try_send_pending()); } } v => return Ok(Async::Ready(v)),