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 Nov 23, 2021. It is now read-only.
suspend: continues to accept work but doesn't process (socket would still be open, bound and listening, but not calling accept(). That will work until the kernel listen queue is full.)
resume: resumes from suspend, starts the server if not already started.
cancel: completely shutdown and destroy the server
For iOS, apps really need to close when going bg and completely reopen listen socks when going fg (unless you have special VoIP like blessing, in that mode the kernel will ensure the listen sockets stay alive - which may or may not be another thing we would want to support).
The text was updated successfully, but these errors were encountered:
Determine the lifecycle of the HTTP server.
Refer to the discussions from #82 for history.
An initial idea discussed in that PR is:
@helje5 raised the point of:
The text was updated successfully, but these errors were encountered: