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

fix(server): remove bounded channel check #1209

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

niklasad1
Copy link
Member

This was intended to propogate the backpressure all the way down the underlying socket but it's weird and doesn't work very well.

For subscriptions the backpressure will be handled by implementation itself and just rely on that now.

This was intended to propogate the backpressure all the way down the
underlying socket but it's weird and doesn't work very well.

For subscriptions the backpressure will be handled by
implementation itself and just rely on that now.
@niklasad1 niklasad1 requested a review from a team as a code owner September 28, 2023 07:44
@niklasad1 niklasad1 merged commit 08d6a18 into master Sep 28, 2023
8 checks passed
@niklasad1 niklasad1 deleted the na-server-remove-bounded-channel-check branch September 28, 2023 09:22
niklasad1 added a commit that referenced this pull request Oct 13, 2023
This was intended to propogate the backpressure all the way down the
underlying socket but it's weird and doesn't work very well.

For subscriptions the backpressure will be handled by
implementation itself and just rely on that now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants