MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / OnError

Method OnError

Source/Client/NM_Engine/ClientSocketWorker.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void CNetworkClient::OnError(std::uint32_t ulErrorType, const boost::system::error_code & e)
232{
233 NETWORK_LOG(LL_ERR, "Network error handled! ID: %u System error: %u(%s)", ulErrorType, e.value(), e.message().c_str());
234}
235
236
237void CNetworkClient::SendCrypted(std::uint32_t ulPacketID, void* pData, std::size_t ulSize)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected