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

Reduce connection status check thread footprint #3

Closed
marregui opened this issue Jan 3, 2020 · 1 comment
Closed

Reduce connection status check thread footprint #3

marregui opened this issue Jan 3, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@marregui
Copy link
Owner

marregui commented Jan 3, 2020

At the moment every connection that transitions from disconnected to connected, creates a thread that will check connection.isValid on a schedule. This is an overkill, two threads should be enough to check all connections. These will move from the connection to the connections manager widget.

@marregui marregui self-assigned this Jan 3, 2020
@marregui marregui added the enhancement New feature or request label Jan 3, 2020
@marregui
Copy link
Owner Author

marregui commented Jan 3, 2020

#5

@marregui marregui closed this as completed Jan 3, 2020
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

1 participant