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

highWaterMark adjustment for dispatch #1037

Closed
RuralDependencies opened this issue Sep 20, 2021 · 4 comments
Closed

highWaterMark adjustment for dispatch #1037

RuralDependencies opened this issue Sep 20, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@RuralDependencies
Copy link

Good evening,

It seems that adding the property highWaterMark when doing a .dispatch doesn't change anything.

@RuralDependencies RuralDependencies added the enhancement New feature or request label Sep 20, 2021
@ronag
Copy link
Member

ronag commented Sep 20, 2021

What do you expect that would do?

@RuralDependencies
Copy link
Author

On HTTP (node) it can be specified
nodejs/node#30107 - it has been implemented following this issue and chunks can be received in a different way.

@ronag
Copy link
Member

ronag commented Sep 20, 2021

Doing that on a request basis would not be possible anyway. What you can do is to provide a connect option that creates connection with your preferred highwaterMark.

@RuralDependencies
Copy link
Author

Ok thank you @ronag

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

No branches or pull requests

2 participants