Skip to content

Fix Tokio runtime context during app run - #116

Open
road2react wants to merge 1 commit into
Stremio:mainfrom
road2react:fix/tokio-runtime
Open

Fix Tokio runtime context during app run#116
road2react wants to merge 1 commit into
Stremio:mainfrom
road2react:fix/tokio-runtime

Conversation

@road2react

@road2react road2react commented Jul 27, 2026

Copy link
Copy Markdown

run_with_args blocks on GTK's event loop, but is called in an async fn. This causes tokio to stall in random places because the task never wakes up

PR moves event loop outside of a tokio async task

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