-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
remove dependency on WebSockets #295
Conversation
@pfitzseb Would it be possible to take a look at this PR? The ecosystem seems stuck right now with Websockets and Mux not being updated. |
Although this is a necessary step in the right direction. I realized that the ecosystem is having more dependencies. So far I discovered
|
Actually did take a fresh look at the situation. The path for migration is actually bit simpler
Above setup passes all the tests for me locally (Windows) and has the latest HTTP so should be unblocking everyone |
Thanks! |
Thanks! I think this combined with JuliaGizmos/WebIO.jl#503 fixed the problems in pdeffebach/FloatingTableView.jl#29 in FloatingTableView.jl. Is the next step to make a flurry of releases so everything can sync up? |
@pfitzseb Bumping this. What do I need to do so that FloatingTableView.jl lets people use the latest version of Plots.jl? |
Doesn't that just work? I tagged releases for all relevant packages, as far as I'm aware. |
As HTTP package has support for web sockets now and the actual package WebSockets is having hard time to keep up with HTTP updates, why not simplify dependency chain