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

Remove invalidation while session is valid. #24

Closed
wants to merge 1 commit into from

Commits on May 13, 2023

  1. Remove invalidation while session is valid.

    Attempting to set: `invalidations[session] = nil` would sometimes crash due
    to bad memory access, presumably because the invalidation closure has
    run and the session is no longer valid.
    
    This update grabs the invalidation closure, then removes it from the
    map, then calls the closure to invalidate.
    powerje committed May 13, 2023
    Configuration menu
    Copy the full SHA
    933462b View commit details
    Browse the repository at this point in the history