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
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.
The text was updated successfully, but these errors were encountered:
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 theHttpServer
, but the problem is that theHttpServer
cannot be stopped and started normally when the shared parameter is set to true. There are no errors when I stop theHttpServer
and then start it again. However, theHttpServer
still cannot respond to any requests. If I setshared
to false, everything is ok.The text was updated successfully, but these errors were encountered: