MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Shutdown

Method Shutdown

src/plugin/net/src/AFCWebSocketServer.cpp:221–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221bool AFCWebSocketServer::Shutdown()
222{
223 CloseAllSession();
224 SetWorking(false);
225
226 tcp_service_->stopWorkerThread();
227 listen_builder_.stop();
228
229 return true;
230}
231
232bool AFCWebSocketServer::SendMsgToAllClient(const char* msg, const size_t nLen)
233{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected