Releases: JuliaWeb/WebSockets.jl
Releases · JuliaWeb/WebSockets.jl
Julia 1.0 version
Transition to HTTP.jl over HttpServer completed.
Client and server websockets, change dependencies
v0.4.0
Binary and performance tests
Tests with available browsers from this list "chrome", "firefox", "iexplore", "safari", "phantomjs".
Browser tests now occur in sequence, since httpserver sometimes do not accept incoming connections.
At the end of tests, a performance summary with regards to increasing the poor performance issue #77 later.
Testing with available browsers
Subprotocols, updated handshakes and closing
Added subprotocols
Don't call handlers with unexpected subprotocols
Improve handling of closing (updated standard)
Improve handling of sudden client disconnections
Increase test coverage to 50%
enhancement in error handling
contains #60
compat fixes
thanks @hustf