We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If there is a long running request the user should be able to do other things in the frontend while the request is running.
Users session gets locked and so the user has to wait until the long running request is finished.
A switch from FS session storage to a DB handler removes this lock and so the user can do other things while the request is running.
The text was updated successfully, but these errors were encountered:
alexz707
Successfully merging a pull request may close this issue.
Expected behavior
If there is a long running request the user should be able to do other things in the frontend while the request is running.
Actual behavior
Users session gets locked and so the user has to wait until the long running request is finished.
Steps to reproduce
A switch from FS session storage to a DB handler removes this lock and so the user can do other things while the request is running.
The text was updated successfully, but these errors were encountered: