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

Method onSent

performance/wss_echo_client.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void onSent(size_t sent, size_t pending) override
76 {
77 _sent += sent;
78 }
79
80 void onError(int error, const std::string& category, const std::string& message) override
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected