mirror of
https://github.com/LibreOffice/online.git
synced 2025-07-25 16:04:48 +00:00
Dump ClientSession and MessageQueue state too.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user