-
-
Notifications
You must be signed in to change notification settings - Fork 833
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
Multiplexer: Out-of-sync pane_id with TLSDomain #781
Comments
This looks like a honest typo from when panes were introduced! We were passing the tab id rather than the pane id when specifying the target of a split. likely fix for this issue: refs: #781
I didn't actually sit down and reproduce this with the steps you provided (I'm being a bit lazy!), but I did find a silly typo that looks like a plausible smoking gun. This particular issue is in the client side, but I'd recommend updating both client and server as nightly has a number of changes around window invalidations and improving idle power usage that work best with a server side change 257d323 |
This seems to have been fixed in the nightlies, I haven't been able to reproduce for more than a week since upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Describe the bug
After prolonged disconnection the pane ids between the local and the remote end seem to get out of sync, commands like
SplitVertical={domain="CurrentPaneDomain"}
and{SplitHorizontal={domain="CurrentPaneDomain"}
fail to create new panes. The log for the connections shows the following message(s) at the time:Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior.
Configuration
Expected behavior
A new pane to be created
The text was updated successfully, but these errors were encountered: