mkitti
August 18, 2024, 6:25pm
8
For the isopen(::HTTP.WebSockets.WebSocket)
issue, please see the investigation here. In particular, a downgrade of Mux to v0.7.6 appears to be required.
I was able to get this to work by downgrading Mux.jl to v0.7.6 and HTTP.jl to v0.9.17.
Something seems to have been lost as HTTP.jl upgraded to version 1.0.
(interact_plot_mux) pkg> st
Status `~/julia/discourse/interact_plot_mux/Project.toml`
⌅ [cd3eb016] HTTP v0.9.17
[c601a237] Interact v0.10.5
⌃ [a975b10e] Mux v0.7.6
[91a5bcdd] Plots v1.40.5
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility cons…