MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / _DoDisConnect

Method _DoDisConnect

test/rpc/RPCClient.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void CRPCClient::_DoDisConnect(const cppnet::Handle& handle, uint32_t err) {
104 base::LOG_ERROR("disconnect with server!");
105 _net.Connection(_ip, _port);
106}

Callers

nothing calls this directly

Calls 1

ConnectionMethod · 0.45

Tested by

no test coverage detected