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 deadlock when an about: URL can't be loaded #277

Merged

Conversation

awfulcooking
Copy link
Contributor

Caused by display.Error() being made to block for the loading page change.

We must call goURL / handleURL from a goroutine other than the main UI loop

I don't think there are any other problematic calls at the moment

Sorry :)

Caused by display.Error() being made to block for the loading page change.

We must call goURL / handleURL from a goroutine other than the main UI loop

I don't think there are any other problematic calls at the moment
@makew0rld
Copy link
Owner

Good catch, thanks! Let me know if you find anything else.

@makew0rld makew0rld merged commit b7f916f into makew0rld:master Dec 8, 2021
makew0rld added a commit that referenced this pull request Dec 8, 2021
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.

2 participants