Tidy up streams on close in stream manager
This commit is contained in:
@@ -102,6 +102,7 @@ public class SimpleStreamManager implements StreamManager {
|
||||
ItemStream itemStream = (ItemStream) it.next();
|
||||
itemStream.close(executionContext);
|
||||
}
|
||||
streams.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user