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

Implements management of receive_maximum parallel publishes the broekr can handle per client #852

Merged
merged 8 commits into from
Sep 15, 2024

Commits on Sep 15, 2024

  1. Minor, moved method assertConnectionAccepted from ConnectTest to util…

    …s class io.moquette.integration.mqtt5.TestUtils
    andsel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    364edc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423137b View commit details
    Browse the repository at this point in the history
  3. Implements quota management of publishes

    Abstracts quota management in specialised classes (LimitedQuota and UnlimitedQuota)
    Server's receives quota is a volatile attribute of the client's connection and is valued at connection time.
    The value is defined in broker configuration, named `receive_maximum`.
    andsel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    92d1ece View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18d5c0b View commit details
    Browse the repository at this point in the history
  5. Minor, fixed license header

    andsel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    789174a View commit details
    Browse the repository at this point in the history
  6. Minor, updated changelog

    andsel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    3e48549 View commit details
    Browse the repository at this point in the history
  7. Monor, fixed license header

    andsel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    4ee1204 View commit details
    Browse the repository at this point in the history
  8. Minor, indent

    andsel committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    188167c View commit details
    Browse the repository at this point in the history