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

Is flow control feature of MQTT 5 supported? #1670

Open
Y-Sindo opened this issue Feb 6, 2023 · 0 comments
Open

Is flow control feature of MQTT 5 supported? #1670

Y-Sindo opened this issue Feb 6, 2023 · 0 comments
Labels
question It is a question regarding the project

Comments

@Y-Sindo
Copy link
Contributor

Y-Sindo commented Feb 6, 2023

Describe your question

Description of the Flow control feature.

I can see the field ReceiveMaximum here and there:

public ushort ReceiveMaximum { get; set; }

public ushort ReceiveMaximum { get; set; }

But it seems that the field is not used for flow control actually in the server side. Is this feature really supported? Please correct me if I am wrong.

And also the doc of ReceiveMaximum seems not accurate here:

/// <summary>
/// Gets or sets the receive maximum.
/// This gives the maximum length of the receive messages.
/// A value of 0 indicates that the value is not used.
/// </summary>
public ushort ReceiveMaximum => _connectPacket.ReceiveMaximum;

Which project is your question related to?

  • Server
@Y-Sindo Y-Sindo added the question It is a question regarding the project label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question It is a question regarding the project
Projects
None yet
Development

No branches or pull requests

1 participant