hustf
hustf
We have now published v1.6.0, since there is some holdup in other packages. While updating README, I discovered one obstacle: Returning Response(200) is no longer acceptable to HTTP.jl, while other...
A couple of commits have been made to branch 'issue111'. Work-in-progress. 1. Done. 2. Partly working with deprecation warnings on Julia 0.7. 3. Blink not implemented yet. 4. Not started.
There has been more changes since Julia 0.7 made to Logging.jl than I was aware of. So the logging tests are failing, and this was unfinished code anyway. The earlier...
As per the last post, 1) Implemented and included in version 1.2.0. 2) Implemented in PR #131 (not quite merged yet), basis for version 1.3.0 3) To be done, but...
A full 'ad-hoc-benchmark' script. The results show no deterioration: - With pull request #131: 0.21819 s - With WebSockets version 1.2.0: 0.241720844 s Tested with Julia v1.0.3, cygwin compiled with...
Checking the above script at version 1.5.0 and Julia version 1.1 downloaded binary. The binary is perhaps slower, but I have difficulties compiling the latest Julia 1.1. ``` using BenchmarkTools...
Thanks, by instinct this is about compile time. The benchmarks here were more for optimizing an interface, i.e. how many processes, how large messages, latency vs. throughput, finding bottlenecks. When...
The way creators of the websocket protocol imagined it, the websocket connection would be established in two steps: First, a server is set up, waiting for connections from a http...
Thanks; your proposal seems better than adding an external dependency. If Http.jl adds the future dependency, we can use that through Http.jl. It is a vulnerability, but with most actual...
That was a good job on #114! I can't reproduce. Haven't checked which version of HTTP is used by Websockets now so that might be it. However, won't the sequence...