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
Use the React\Socket\Server::close method for that. That will make your application stop listening for any new connections but still handle any ongoing.
I believe this has been answered, so I'm closing this for now. Please come back with more details if this problem persists and we can always reopen this 👍
hi,
I'm wondering how I can tell the server to stop listening and opening new connection but to finish ongoing request.
I want to gracefully stop/start each servers and let the loadbalancer know that this server is down (refuse new connection).
just calling
$loop->stop()
?The text was updated successfully, but these errors were encountered: