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

Renamed websockets.jl to avoid freezing on OSX. #10

Merged
merged 1 commit into from
Jul 27, 2015

Conversation

rohitvarkey
Copy link
Collaborator

I was trying to debug JuliaGizmos/Escher.jl#53 and found that using Mux was freezing on OSX due to an infinite loop in websockets.jl as it was loading it again and again in using WebSockets. JuliaLang/julia#9079 is what has broken it.

I've just renamed the offending file to websockets_integration.jl and it fixes this.

MikeInnes added a commit that referenced this pull request Jul 27, 2015
Renamed websockets.jl to avoid freezing on OSX.
@MikeInnes MikeInnes merged commit 652b364 into JuliaWeb:master Jul 27, 2015
@MikeInnes
Copy link
Collaborator

Thanks for the patch. Yeah this new behaviour is pretty weird.

amellnik pushed a commit to amellnik/Mux.jl that referenced this pull request Apr 17, 2018
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.

2 participants