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

Disconnect all sessions when trying to reach ten repetitions. #669

Open
ssmmtt opened this issue Apr 18, 2022 · 2 comments
Open

Disconnect all sessions when trying to reach ten repetitions. #669

ssmmtt opened this issue Apr 18, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ssmmtt
Copy link

ssmmtt commented Apr 18, 2022

Disconnect all sessions when trying to reach ten repetitions.
动画1

@kingToolbox
Copy link
Owner

Duplicate of #623

Thank you very much. This is not a bug.

First ControlMaster is enabled by default in WindTerm, so all duplicated channels share the first session, and when the first session is closed, all duplicated channels are also closed.

Secondly, the server has restrictions on the channels that is allowed to be opened, and the limit of your server is ten. So after reaching ten, the server will forcibly disconnect the session. This will result in the error you encountered.

An option will be added in the next release that will allow you whether to use the ControlMaster feature when duplicating the session, or to duplicate a completely independent session. Please stay tuned.

@kingToolbox kingToolbox self-assigned this Aug 22, 2022
@kingToolbox kingToolbox added the enhancement New feature or request label Aug 22, 2022
@kingToolbox
Copy link
Owner

This issue has been fixed in the WindTerm_2.5.0 version. In this version, new Duplicate Session has been added to duplicate independent sessions, and the original Duplicate Session has been modified to Duplicate SSH Channel to make it more clear. Please download and try it, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants