| 126 | } |
| 127 | |
| 128 | bool AFCWebSocketClient::Shutdown() |
| 129 | { |
| 130 | CloseSession(); |
| 131 | SetWorking(false); |
| 132 | |
| 133 | tcp_service_->stopWorkerThread(); |
| 134 | connector_->stopWorkerThread(); |
| 135 | |
| 136 | return true; |
| 137 | } |
| 138 | |
| 139 | void AFCWebSocketClient::Update() |
| 140 | { |
nothing calls this directly
no outgoing calls
no test coverage detected