| 41 | |
| 42 | protected: |
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected