Dump ClientSession and MessageQueue state too.

This commit is contained in:
Michael Meeks
2017-04-05 17:59:29 +01:00
parent 185540bcde
commit 2d1764d30e
4 changed files with 36 additions and 0 deletions

View File

@ -100,6 +100,8 @@ protected:
return std::unique_lock<std::mutex>(_mutex);
}
void dumpState(std::ostream& os) override;
private:
virtual bool _handleInput(const char* buffer, int length) = 0;