Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure base path is not modified on resubscription #1554

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Sep 12, 2023

This PR ensures that the base path provided to the StreamSink and FileSink process methods remains immutable to subscription side-effects. This will prevent erroneous suffixes from being generated on repeated subscriptions to the same observable sequence.

Fixes #1551

@glopesdev glopesdev added the fix Pull request that fixes an issue label Sep 12, 2023
@glopesdev glopesdev added this to the 2.8.1 milestone Sep 12, 2023
@glopesdev glopesdev merged commit 39f60ec into bonsai-rx:main Sep 12, 2023
2 checks passed
@glopesdev glopesdev deleted the issue-1551 branch September 12, 2023 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Writer path suffix is concatenated across subscriptions
1 participant