hustf

Results 86 comments of hustf

Thank you for the extensive report, zhanglix. Your next-to-last example, run locally with me looks like: ``` ┌ Info: client connected. └ ws_client = WebSocket{TCPSocket}(client, CONNECTED): ✓ [ Info: WebSocket(server,...

I have not yet been able to reproduce, and the reasons are down to: 1) Windows OK / Ubuntu not OK? 2) Julia up to 1.4.0 OK, 1.5.0-beta1 not OK?...

It is easier to maintain code quality, threshold of use and user bug finding when packages are small. This package condenses error messages and never shows them to the client...

I think I can see how a misbehaving client will send erratic data instead of waiting for a response to the upgrade. That's why the server can disregard data that...

When making version 1.6.0, we experienced various hangups we couldn't properly explain, depending on Julia version. These are possibly related, possibly not. We require Julia version 1.8.2 for the current...

No it is not. It would be a straightforward addition to make, but just currently we are sitting on the fence a bit to see if httpserver will have a...

WebSockets.jl now has a new version, requiring Julia 1.8.2+ and HTTP 1.1.0 to 1.5. Hopefully, this solves the issue; simply do `Pkg.update()` and check README.md!

WebSockets.jl now has a new version, requiring Julia 1.8.2+ and HTTP 1.1.0 to 1.5. Hopefully, this solves the issue; simply do `Pkg.update()`!

How characteristically nice of you to ask, cormullion! I have a PR which is in progress. I think my struggles with installation was related to changes in Pkg and my...

Yes, but not sure I can label things even when I'm on a computer.