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

Switch to pure TCP instead of HTTP for testing communication #21030

Closed
eleanorjboyd opened this issue Apr 10, 2023 · 1 comment
Closed

Switch to pure TCP instead of HTTP for testing communication #21030

eleanorjboyd opened this issue Apr 10, 2023 · 1 comment
Assignees
Labels
area-testing debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@eleanorjboyd
Copy link
Member

Currently, the extension uses HTTP to communicate between the python extension and the node server spun up to run the necessary python code. These are both on the same computer and therefore should use TCP for port communication instead of HTTP.

@eleanorjboyd eleanorjboyd added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-testing labels Apr 10, 2023
@eleanorjboyd eleanorjboyd added this to the April 2023 milestone Apr 10, 2023
@eleanorjboyd eleanorjboyd self-assigned this Apr 10, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 10, 2023
@eleanorjboyd eleanorjboyd removed the triage-needed Needs assignment to the proper sub-team label Apr 10, 2023
@eleanorjboyd
Copy link
Member Author

closed by: 869dc64, b771c0e, and c64bb0e.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

No branches or pull requests

1 participant