fix(core): update

This commit is contained in:
2021-04-19 12:15:23 +00:00
parent 02a0646a49
commit 70a08fd92b
2 changed files with 22 additions and 10 deletions

View File

@ -68,7 +68,7 @@ export class SmartArchive {
stream.resume();
});
extractPipeStop.on('finish', () => {
replaySubject.unsubscribe();
replaySubject.complete();
});
// lets run the stream
readableStream