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

Method Shutdown

src/plugin/net/src/AFCWebSocketClient.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool AFCWebSocketClient::Shutdown()
129{
130 CloseSession();
131 SetWorking(false);
132
133 tcp_service_->stopWorkerThread();
134 connector_->stopWorkerThread();
135
136 return true;
137}
138
139void AFCWebSocketClient::Update()
140{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected