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

[ENHANCEMENT] Add background threading to Subscribe and Unsubscribe #104

Open
MathNodes opened this issue Aug 10, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers linux issues relating to linux build osx issues relating to os x build ui user interface Windows Windows Bugs, Features, Requests, Enhancements
Milestone

Comments

@MathNodes
Copy link
Owner

Currently, the sub and unsub routines are executed on the mainthread. This will cause the "wait" dialog in newer versions of Ubuntu and Fedora and may also show the "Not Responding" title in Windows. OS X just uses a loading ring when this occurs.

Shouldn't be complicated, can just call it with a lambda function like the other background threads.

Query me for an example if you are interested in tackling this @Tkd-Alex

@MathNodes MathNodes added enhancement New feature or request good first issue Good for newcomers osx issues relating to os x build linux issues relating to linux build ui user interface Windows Windows Bugs, Features, Requests, Enhancements labels Aug 10, 2024
@MathNodes MathNodes added this to the Meile v2.0.0 milestone Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers linux issues relating to linux build osx issues relating to os x build ui user interface Windows Windows Bugs, Features, Requests, Enhancements
Projects
Status: In Progress
Development

No branches or pull requests

3 participants