-
Notifications
You must be signed in to change notification settings - Fork 11
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
Multiple websocket connections #82
Comments
Definitely an interesting topic also for the only TCP version. This would also probably make use of multiple CPU cores. Currently, on thread (tokio task) is dedicated to TX and one to RX. With multiple connections, this could probably implement multithreaded. I'll look into it, but I can't specify any time span for results. |
@sudozid I've played a bit around and did a rewrite. Now, multiple websocket connections should be possible. #105 Till now I've only deployed the server and client on my laptop and for some reason could not reach some websites. If I use the new client on my laptop but the old (master branch) zia deployed on my server, it works fine. So if it isn't a problem with the server and client on the same machine it is a problem on the server side. The client has a new option I hope you are able to use the new version without any documentation and just using |
I've merged it into master, show builds are now available through actions. I've seen a massive improvement: (my school)
Feel free to provide feedback. Also, it should now be may more stable. But if one connection dies, the client currently not tries to open new ones. |
Hi
Im wondering if it would be possible for multiple websocket connections to be implemented for better performance. This would make a big difference if ISPs throttle connections or if distance between client and the server is high
Thanks
The text was updated successfully, but these errors were encountered: