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

fix(statup): slow startup on some occasions #3767

Merged
merged 7 commits into from
Nov 13, 2024
Merged

fix(statup): slow startup on some occasions #3767

merged 7 commits into from
Nov 13, 2024

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Nov 13, 2024

This fixes an issue where on some occasions the Zellij startup would be delayed by a few seconds until the terminal colors were queried.

This was happening because due to recent changes in the sending retry mechanism, the retry-queue was holding the lock on the session metadata for all messages.

This was fixed by only acquiring the lock when trying to send a message to the server, releasing it before placing it in the retry-loop.

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