Skip to content

Crash-restart blocks UI thread for up to 60 seconds #49

@kKaskak

Description

@kKaskak

server.rs:187-199 calls recv_timeout(60s) from start(), which is called from process_event on the GUI message-pump thread during crash restart. The entire NWG UI is frozen until the new server emits readiness or 60s elapses. Should move the wait off the UI thread and navigate the WebView via a Notice callback.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions