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

Refactor TunnelService #58

Merged
merged 8 commits into from
Sep 30, 2023
Merged

Refactor TunnelService #58

merged 8 commits into from
Sep 30, 2023

Conversation

fredriklindberg
Copy link
Collaborator

Refactors the tunnelservice into typescript and how the tunnel state is managed.

The endpoint shows the known cluster nodes.
Create parent destroy() and make sure 'close' always is emitted,
child classes implement their own _destroy() logic.
Create a proper transport class for inter-cluster connection
redirects.
- Handle local and remote connections in the same way
- The Tunnel object represents both config and state.
  Config is written to persistent storage and state
  is kept in-memory.
- Fixes long-standing issues with tunnel disconnection
@fredriklindberg fredriklindberg merged commit b13d2c7 into master Sep 30, 2023
3 checks passed
@fredriklindberg fredriklindberg deleted the tunnelservice-refactor branch September 30, 2023 19:37
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.

1 participant