Skip to content

Commit

Permalink
fix: added publish operator back because I do not understand why it w…
Browse files Browse the repository at this point in the history
…as originally there
  • Loading branch information
bfla committed Mar 18, 2021
1 parent ebb56f0 commit b1198c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fromReadableStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const fromReadableStream = function fromReadableStream(stream, options = {}) {
};
});
return obs$.pipe(
// publish(),
publish(),
refCount()
);
};
Expand Down

0 comments on commit b1198c1

Please sign in to comment.