MCPcopy Create free account
hub / github.com/chronoxor/CppServer / ReconnectAsync

Method ReconnectAsync

source/server/asio/ssl_client.cpp:691–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691bool SSLClient::ReconnectAsync()
692{
693 if (!DisconnectAsync())
694 return false;
695
696 while (IsConnected())
697 CppCommon::Thread::Yield();
698
699 return ConnectAsync();
700}
701
702size_t SSLClient::Send(const void* buffer, size_t size)
703{

Callers 15

test_ssl.cppFile · 0.45
test_tcp.cppFile · 0.45
test_ws.cppFile · 0.45
test_proto.cppFile · 0.45
test_udp.cppFile · 0.45
test_wss.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected