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

Tcp server #9

Merged
merged 2 commits into from
Oct 25, 2022
Merged

Tcp server #9

merged 2 commits into from
Oct 25, 2022

Conversation

Seamooo
Copy link
Owner

@Seamooo Seamooo commented Oct 25, 2022

resolves #4

This PR introduces a Tcp server that can be used to run the lsp service over a tcp connection.

Worthwhile noting that this isn't a tcp server in the traditional sense in terms of accepting connections, it instead initiates the connection to create a TcpStream, usable by ruffd_core::service::Service

@Seamooo Seamooo merged commit d8f65c0 into main Oct 25, 2022
@Seamooo Seamooo deleted the feature/tcp-server branch October 25, 2022 08:13
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.

Implement TCP socket server
1 participant