Deprecate StreamMuxer::is_remote_acknowledged (#1616)

This commit is contained in:
Pierre Krieger
2020-06-19 11:59:24 +02:00
committed by GitHub
parent 563d3374ed
commit 00fc223487
7 changed files with 7 additions and 67 deletions

View File

@ -230,14 +230,6 @@ where
self.handler.inject_event(event);
}
/// Returns `true` if the remote has shown any sign of activity
/// since the connection has been established.
///
/// See also [`StreamMuxer::is_remote_acknowledged`].
pub fn is_remote_acknowledged(&self) -> bool {
self.muxing.is_remote_acknowledged()
}
/// Begins an orderly shutdown of the connection, returning a
/// `Future` that resolves when connection shutdown is complete.
pub fn close(self) -> Close<TMuxer> {