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.
server.rs:187-199callsrecv_timeout(60s)fromstart(), which is called fromprocess_eventon 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.