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

Constrain WebSockets.jl version to <1.6 #235

Merged
merged 2 commits into from
May 13, 2023
Merged

Conversation

ferrolho
Copy link
Collaborator

@ferrolho ferrolho commented May 13, 2023

Constraining WebSockets.jl to versions <1.6 fixes #234 but is also causing the Windows CI pipeline to fail.

Edit 1: Actually, this is not the breaking change. Something else must have broken the pipeline, because after having run the pipeline for the previous master today, that one is failing too (when previously it was succeeding).

Edit 2: I have decided to temporarily disable the Windows runner from the CI and move the task for fixing it to #236.

@ferrolho ferrolho force-pushed the hf/websockets-issue branch 2 times, most recently from 9821fce to 2e6f16b Compare May 13, 2023 21:23
@ferrolho ferrolho force-pushed the hf/websockets-issue branch from 2e6f16b to fddda1c Compare May 13, 2023 21:31
@ferrolho ferrolho marked this pull request as ready for review May 13, 2023 21:36
@ferrolho ferrolho merged commit 332a478 into master May 13, 2023
@ferrolho ferrolho deleted the hf/websockets-issue branch May 13, 2023 21:36
@rdeits
Copy link
Owner

rdeits commented May 15, 2023

Nice, thanks for finding the root cause here. It's annoying to restrict the WebSockets version, but it's much better than just being broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot establish a connection to the visualizer in Julia v1.8
2 participants