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
When I use Blink and/or PlotlyJS packages with multiple threads in julia 1.9, a ConcurrencyViolationError appears:
C:\Users\beorostica>julia -t auto
julia> using PlotlyJS
julia> plot([1,2,3],[1,2,3])
julia> ConcurrencyViolationError("lock must be held")
....
C:\Users\beorostica>julia -t auto
julia> using Blink, Interact
julia> w =Window()
julia> ui =filepicker("test")
julia> content!(w, "body", ui)
julia> ConcurrencyViolationError("lock must be held")
....
I don't know how to trigger the problem using just WebIO.
This was reported here as an issue in the Blink Repo
The text was updated successfully, but these errors were encountered:
beorostica
changed the title
Concurrency Violation Error for multiple packages
Concurrency Violation Error for multiple packages with multithreading in julia 1.9
May 18, 2023
@beorostica
It looks like WebIO v0.8.21 has been released with changes to (hopefully) remedy this. Could you please check if your application is working correctly now?
When I use Blink and/or PlotlyJS packages with multiple threads in julia 1.9, a ConcurrencyViolationError appears:
This is the complete stracktrace:
I don't know how to trigger the problem using just WebIO.
This was reported here as an issue in the Blink Repo
The text was updated successfully, but these errors were encountered: