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

Method SendMessage

performance/proto_client.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void SendMessage()
43 {
44 simple::SimpleRequest message;
45 message.Message = message_to_send;
46 request(message);
47 }
48
49protected:
50 void onConnecting() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected