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

HttpServer can't be restart normally #424

Open
heiha100 opened this issue Apr 11, 2024 · 0 comments
Open

HttpServer can't be restart normally #424

heiha100 opened this issue Apr 11, 2024 · 0 comments

Comments

@heiha100
Copy link

I found that if the app runs in the background for a long time on iOS when Low Power Mode is enabled, the HttpServer becomes unresponsive when the app returns to the foreground. So I tried to restart the HttpServer, but the problem is that the HttpServer cannot be stopped and started normally when the shared parameter is set to true. There are no errors when I stop the HttpServer and then start it again. However, the HttpServer still cannot respond to any requests. If I set shared to false, everything is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant