You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fonsp opened this issue
Aug 24, 2024
· 0 comments
· Fixed by #3010
Labels
backendConcerning the julia server and runtimebugSomething isn't workingfrontendConcerning the HTML editorHTTP/WSThe connection between backend and frontend
Calling pluto_get_message_log() in the devtools, I found that the client that got stuck had the last two :update_notebook messages reversed. You can see this because of counter.
Pluto 0.19.46
The text was updated successfully, but these errors were encountered:
backendConcerning the julia server and runtimebugSomething isn't workingfrontendConcerning the HTML editorHTTP/WSThe connection between backend and frontend
I found a bug!
I was working on https://github.com/fonsp/PlutoImageCoordinatePicker.jl/blob/main/src/notebook.jl with two clients connected in parallel. In some cases, rapidly changing a bond would leave the client stuck in a
cell.running = true
state, while the other client kept working.Calling
pluto_get_message_log()
in the devtools, I found that the client that got stuck had the last two:update_notebook
messages reversed. You can see this because ofcounter
.Pluto 0.19.46
The text was updated successfully, but these errors were encountered: