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
Does this support sticky sessions with Shiny? Based on the docs it seems like it does not. Is my interpretation of the docs correct?
If it does not support sticky sessions, how do you keep track of the state of reactiveVal() and other shiny session state?
reactiveVal()
The text was updated successfully, but these errors were encountered:
Well... that's an obvious problem I had not thought of.
The current basic round robin approach is not going to work.
We'd need something that'd keep track of sessions, I'm not sure what the best solution for this would be.
If you have any idea please do let me know, I'm keen on improving this.
Sorry, something went wrong.
No branches or pull requests
Does this support sticky sessions with Shiny? Based on the docs it seems like it does not. Is my interpretation of the docs correct?
If it does not support sticky sessions, how do you keep track of the state of
reactiveVal()
and other shiny session state?The text was updated successfully, but these errors were encountered: