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

Clone clients in AWS Lambda session implementation when a server plugin is used #1887

Merged
merged 5 commits into from
Dec 9, 2022

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    523977f View commit details
    Browse the repository at this point in the history
  2. Clone clients in AWS Lambda session implementation

    When a server plugin (e.g. Express) is loaded, we need to clone the
    client returned from `startSession` in order for them to behave as
    expected
    
    We can't unconditionally clone clients as this causes events and
    sessions to be associated with different clients, breaking the link
    between the two
    imjoehaines committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    850eb4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3895cba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b1b9d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Update changelog

    imjoehaines committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3d39854 View commit details
    Browse the repository at this point in the history