You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
I don't know if the webserver crashes as well after a webview crash, but if it doesn't a new webserver will be started on a different port. Since WKWebView ties LS to a port this means LS is lost during this session.
I'll add a guard to make sure if a webserver is still running it won't start a new one upon crash.
The text was updated successfully, but these errors were encountered:
I don't know if the webserver crashes as well after a webview crash, but if it doesn't a new webserver will be started on a different port. Since WKWebView ties LS to a port this means LS is lost during this session.
I'll add a guard to make sure if a webserver is still running it won't start a new one upon crash.
The text was updated successfully, but these errors were encountered: