JuliaWeb / WebSockets.jl

A WebSockets library for Julia
MIT License
157 stars 58 forks source link

Swap WebSockets.jl -> HTTP.WebSockets.jl. #136

Closed EricForgy closed 5 years ago

EricForgy commented 5 years ago

See https://github.com/JuliaWeb/HTTP.jl/issues/394

It might be good to merge this into a branch HTTP.WebSockets (or something) so we can submit future PRs to that before considering a merge to master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-79.7%) to 0.0% when pulling 04638c56bfce39c60fae4d1ebf78991c4471ba09 on EricForgy:HTTP.WebSockets into b694930254ede76efce6940275c071eb59fc8879 on JuliaWeb:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-79.7%) to 0.0% when pulling 04638c56bfce39c60fae4d1ebf78991c4471ba09 on EricForgy:HTTP.WebSockets into b694930254ede76efce6940275c071eb59fc8879 on JuliaWeb:master.

hustf commented 5 years ago

I believe this is outdated now. We already have branch Issue130, but we are also releasing a minor version where we are dropping the default throttling, and all the tests. We'll create a new branch like you suggest.