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

Add session expiry interval support #657

Merged
merged 6 commits into from
Aug 28, 2020

Commits on Aug 25, 2020

  1. Implemented session expiry interval support for client.

    Broker needs a different approach.
    redboltz committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    66dd3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1db98a View commit details
    Browse the repository at this point in the history
  3. Removed parallel.

    Memory consumption is more dominant.
    redboltz committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    5a2b3d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    d201b13 View commit details
    Browse the repository at this point in the history
  2. Removed shared_ptr from session_state.

    Only steady_timer is shared_ptr.
    redboltz committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    47af749 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    8f0a0b2 View commit details
    Browse the repository at this point in the history