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

Method onHandshaked

performance/ssl_echo_client.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42protected:
43 void onHandshaked() override
44 {
45 for (size_t i = _messages; i > 0; --i)
46 SendMessage();
47 }
48
49 void onSent(size_t sent, size_t pending) override
50 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected