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

Publisher as an associated object for StorageStream #1

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

lvalenta
Copy link
Collaborator

@lvalenta lvalenta commented Sep 22, 2024

This MR fixes a situation in which publisher of StorageStream outlived it, which meant that observing a change of storage stream made no sense as BaseStorage returned a new instance of StorageStream after previous deinited.

@lvalenta lvalenta added the bug Something isn't working label Sep 22, 2024
@lvalenta lvalenta self-assigned this Sep 22, 2024
@lvalenta lvalenta merged commit 30b83e0 into master Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants