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

Pass MQTT buffer settings to Paho #2286

Merged
merged 2 commits into from
Jul 20, 2020

Conversation

feymartynov
Copy link
Contributor

This is out of scope of the previous PR so here is a separate one.

This feature allows passing a couple of options to Paho MQTT client through transport & evh configs: max inflight messages and max buffered messages. By default Paho sets the first one to 10 and the second one to 100 which may be insufficient for high load. So here're options to configure them.

@lminiero
Copy link
Member

Looks good to me, thanks for this new contribution! Merging 👍

@lminiero lminiero merged commit 3498214 into meetecho:master Jul 20, 2020
@feymartynov feymartynov deleted the feature/mqtt-buffers branch July 20, 2020 13:41
bartbalaz pushed a commit to bartbalaz/janus-gateway that referenced this pull request Jul 21, 2020
* Pass max inflight setting to Paho
* Pass max buffered setting to Paho
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.

None yet

2 participants