Protocol handlers
| 87 | protected: |
| 88 | // Protocol handlers |
| 89 | void onReceive(const ::simple::SimpleResponse& response) override { Client::onReceive(response); SendMessage(); } |
| 90 | |
| 91 | private: |
| 92 | size_t _sent{0}; |
nothing calls this directly
no outgoing calls
no test coverage detected