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

Start the session immediately in the read loop #95

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

sillyfrog
Copy link
Contributor

Upon starting the read loop, immediately send the current session to initiate the connection with the remote end, rather than waiting for the first data packet from the pod.

Fixes #60

@omrikiei
Copy link
Owner

I'm a little concerned that this change might break the networking sequence, and I need to test it (overall, I need to add tests to the tool)

@sillyfrog
Copy link
Contributor Author

If it helps, we've been using this (3 of us) for the last several months (since this PR) without issue, so for the use case of PyCharm, it's pretty solid so far.

@omrikiei
Copy link
Owner

I'm sold.. YOLO

@omrikiei omrikiei merged commit ef5bfe4 into omrikiei:master Sep 21, 2023
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.

PyCharm debugger waiting for process connection
2 participants