clean web server shutdown.

This commit is contained in:
Robin Davies
2024-09-27 10:56:17 -04:00
parent 60d6d7eb98
commit b9d27c2c1a
4 changed files with 81 additions and 11 deletions
+1
View File
@@ -227,6 +227,7 @@ public:
virtual void AddRequestHandler(std::shared_ptr<RequestHandler> requestHandler) = 0;
virtual void AddSocketFactory(std::shared_ptr<ISocketFactory> &socketHandler) = 0;
virtual void StopListening() = 0;
virtual void ShutDown(int timeoutMs) = 0;
virtual void Join() = 0;