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

pytest-lsp: Simplify architecture #44

Merged
merged 2 commits into from
Mar 10, 2023
Merged

Conversation

alcarney
Copy link
Member

@alcarney alcarney commented Mar 9, 2023

Instead of spinning up multiple threads, to run the client-server connection, to monitor the server process etc. everything is now run on a single event loop on the main thread.

This simplifies the setup/teardown and hopefully makes things more robust in the long run.

Instead of spinning up multiple threads, to run the client-server
connection, to monitor the server process etc. everything is now run on
a single event loop on the main thread.

This simplifies the setup/teardown and hopefully makes things more
robust in the long run.
@alcarney alcarney merged commit 82267b6 into swyddfa:develop Mar 10, 2023
@alcarney alcarney deleted the refactor branch March 10, 2023 19:10
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.

None yet

1 participant