-
Notifications
You must be signed in to change notification settings - Fork 973
chore: added support for immortal streams to cli and agent #19328
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
Draft
ibetitsmike
wants to merge
4
commits into
mike/immortal-streams-agent-api
Choose a base branch
from
mike/immortal-streams-cli
base: mike/immortal-streams-agent-api
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
chore: added support for immortal streams to cli and agent #19328
ibetitsmike
wants to merge
4
commits into
mike/immortal-streams-agent-api
from
mike/immortal-streams-cli
+991
−17
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
9099850
to
992740a
Compare
2fbfcb1
to
b4276f8
Compare
59b4c90
to
32b88ff
Compare
b4276f8
to
42450ba
Compare
32b88ff
to
405d3d1
Compare
0b6e27e
to
9bcaa2f
Compare
405d3d1
to
5f740d4
Compare
9bcaa2f
to
e256a4a
Compare
5f740d4
to
9a3fc9f
Compare
e256a4a
to
5c50940
Compare
9a3fc9f
to
e73338d
Compare
5c50940
to
c0cba16
Compare
e73338d
to
4996ebe
Compare
4996ebe
to
5ed4b5d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added support for immortal streams to maintain persistent TCP connections to workspace services that automatically reconnect when interrupted.
What changed?
coder exp immortal-stream list/delete
)How to test?
Use the experimental CLI commands to manage immortal streams:
Test SSH with immortal streams:
Test port forwarding with immortal streams:
Verify automatic reconnection by temporarily disrupting the network connection
Why make this change?
Immortal streams provide a more resilient connection mechanism for workspace services, automatically reconnecting when network interruptions occur. This improves the user experience by maintaining persistent connections to SSH and port-forwarded services, reducing the need for manual reconnection and preventing session loss during temporary network issues.