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

don't wait for codec initialization to accept connections #2414

Closed
totaam opened this issue Sep 12, 2019 · 2 comments
Closed

don't wait for codec initialization to accept connections #2414

totaam opened this issue Sep 12, 2019 · 2 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented Sep 12, 2019

Following up #2341, we now wait for the init thread to complete (r21937). See also #2415 and #2411
We could try to accept the client connections first and later update the client with the new list of codecs.

@totaam
Copy link
Collaborator Author

totaam commented Oct 31, 2019

Done:

Warning: the code to update the tray menu is a bit iffy, we monkey patch the packet handler to update the tray menu when the encoding attributes are received.

@totaam totaam closed this as completed Oct 31, 2019
@totaam
Copy link
Collaborator Author

totaam commented Nov 3, 2019

Ensure we can use 'png' and 'jpeg' early, even before the threaded initialization has completed: r24341.

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

No branches or pull requests

1 participant