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

Infinite stalls on bonds when computer is very fast #2557

Closed
fonsp opened this issue May 10, 2023 · 2 comments · Fixed by #2989
Closed

Infinite stalls on bonds when computer is very fast #2557

fonsp opened this issue May 10, 2023 · 2 comments · Fixed by #2989
Assignees
Labels
bug Something isn't working frontend Concerning the HTML editor

Comments

@fonsp
Copy link
Owner

fonsp commented May 10, 2023

When running this notebook with auto_reload_from_file=false, after closing 500+ tabs 😅 and disabling energy saving mode, i sometimes get infinite stalls when moving the sliders around. No JS logs, probably related to #1892 and friends.

# ╔═╡ 9811d451-1b08-45c4-8ad6-6a45983b76d3
b = 2522 / apples

# ╔═╡ 4995a696-ef64-11ed-04d7-43138f4beefc
apples_bond = @bind apples Slider(1:100)

# ╔═╡ 1b5e0f5c-cf72-4ff3-9ede-c1fb87186d59
repeat([apples_bond], 10)

# ╔═╡ 92c624fc-5555-4379-bb60-d68a2a3b5102
using PlutoUI
@fonsp fonsp added bug Something isn't working frontend Concerning the HTML editor labels May 10, 2023
@fonsp fonsp self-assigned this May 10, 2023
@fonsp
Copy link
Owner Author

fonsp commented May 15, 2023

It looks like the cell has queued=true locally, while the server has queued=false, very weird...

@fonsp
Copy link
Owner Author

fonsp commented Aug 11, 2024

This was after #2399 so it means it is the same issue as #2904

@fonsp fonsp linked a pull request Aug 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant