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

Don't use channel.Sender in pubsub. #93

Merged
merged 1 commit into from
Mar 4, 2023
Merged

Conversation

lthibault
Copy link
Collaborator

This is a prerequisite for the WIP channel implementation. The API no longer supports streaming sends to channels (it turns out the semantics were broken), so pubsub subscribers now use a specialized Consumer capability instead.

@lthibault lthibault added the enhancement New feature or request label Mar 2, 2023
@lthibault lthibault added this to the 0.1.0 Public Beta Release milestone Mar 2, 2023
@lthibault lthibault self-assigned this Mar 2, 2023
@lthibault lthibault closed this Mar 4, 2023
@lthibault lthibault reopened this Mar 4, 2023
@evan-schott evan-schott merged commit 5dcca55 into master Mar 4, 2023
@evan-schott evan-schott deleted the feat/pubsub-nochan branch March 4, 2023 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants