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

Support for concurrent sessions #333

Merged
merged 1 commit into from
Oct 15, 2021
Merged

Conversation

xarnze
Copy link
Contributor

@xarnze xarnze commented Oct 14, 2021

Fixes #328

This fixes an issue we experienced where multiple requests modifying the session are in progress at the same time, before this fix the last one to complete looses the changes made by the other in flight request. After this fix changes are merged in from all in flight requests.

Hopefully this helps someone :)

@wavded wavded self-assigned this Oct 15, 2021
@wavded wavded changed the title Support for Concurrent sessions Support for concurrent sessions Oct 15, 2021
@wavded wavded merged commit 0fbca57 into tj:master Oct 15, 2021
@wavded
Copy link
Collaborator

wavded commented Oct 15, 2021

Thx @xarnze, I like this implementation and thx for writing the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race condition on logout, session alive again
2 participants