Make 'pending reset' streams not count towards active streams
This commit is contained in:
@@ -193,6 +193,7 @@ impl ops::IndexMut<Key> for Store {
|
||||
}
|
||||
|
||||
impl Store {
|
||||
#[cfg(feature = "unstable")]
|
||||
pub fn num_active_streams(&self) -> usize {
|
||||
self.ids.len()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user