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

Can't update reactive value from download handler #1785

Open
bhu opened this issue Nov 25, 2024 · 0 comments
Open

Can't update reactive value from download handler #1785

bhu opened this issue Nov 25, 2024 · 0 comments

Comments

@bhu
Copy link

bhu commented Nov 25, 2024

When attempting to update a reactive value from within a download handler, the value is either not updated until modified by another action button:
Shinylive example

Or the value is not updated at all when separately registering a side effect:
Shinylive example

Is this the intended behavior (implicit asynchrony for the download handler)? Or would there be a way to properly modify reactive values from within download handlers?

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

No branches or pull requests

1 participant