-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Collect all initial bind values into a single call #928
Comments
This is kinda fixed now by #975, but not because it is all in a single call now, but because the bonds won't be re-initialized when you refresh (like they used to before Firebasey). To make it one call, we need to make |
Oh nice! I actually have already here https://github.com/fonsp/Pluto.jl/blob/bind-server-client-1/src/webserver/Dynamic.jl#L399 |
Nice! Should I copy this over, or will bind-server-client-1 (reasonable soon) be merged into master? 🤔 |
It is not bind-server related so no reason to wait I guess? |
I moved that code over to |
(internal issue)
The text was updated successfully, but these errors were encountered: