Skip to content
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

Replace vnc implementation with vnc-rs #58

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

sciguy16
Copy link
Member

@sciguy16 sciguy16 commented Nov 6, 2022

vnc-rs is fully async and generic over AsyncRead + AsyncWrite so it will be usable over a socks proxy and makes it slightly easier to implement timeouts. Drawbacks are that it exposes anyhow::Error in its public API and it's not possible to initiate a connection from a tokio task because VncConnector is !Send.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant