MCPcopy Create free account
hub / github.com/TzuHuanTai/RaspberryPi-WebRTC / ~UnixSocketServer

Method ~UnixSocketServer

src/ipc/unix_socket_server.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 running_(false) {}
13
14UnixSocketServer::~UnixSocketServer() { Stop(); }
15
16void UnixSocketServer::RegisterPeerCallback(const std::string &id, MessageCallback callback) {
17 std::lock_guard<std::mutex> lock(mutex_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected