| 40 | |
| 41 | protected: |
| 42 | void onHandshaked() override |
| 43 | { |
| 44 | for (size_t i = _messages; i > 0; --i) |
| 45 | SendMessage(); |
| 46 | } |
| 47 | |
| 48 | void onSent(size_t sent, size_t pending) override |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected