-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[bug] tauri/wry leaking WebKitNetworkProcess processes #14626
Copy link
Copy link
Closed
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuesstatus: upstreamThis issue is blocked by upstream dependencies and we need to wait or contribute upstream fixesThis issue is blocked by upstream dependencies and we need to wait or contribute upstream fixestype: bug
Metadata
Metadata
Assignees
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuesstatus: upstreamThis issue is blocked by upstream dependencies and we need to wait or contribute upstream fixesThis issue is blocked by upstream dependencies and we need to wait or contribute upstream fixestype: bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
When closing all windows of a tauri app WebKitNetworkProcess is left running.
This is after closing and opening main window of my app 4 times:
Reproduction
Have the app destroy() and recreate the window a few times.
Expected behavior
Processes are cleaned up or at least reused when windows are closed/recreated.
Full
tauri infooutputStack trace
Additional context
No response